Lines Matching refs:cm
541 with pytest.raises(esptool.FatalError) as cm:
543 assert "Signature is not valid" in str(cm.value)
553 with pytest.raises(esptool.FatalError) as cm:
555 assert "Signature could not be verified with the provided key." in str(cm.value)
565 with pytest.raises(esptool.FatalError) as cm:
567 assert "Invalid datafile" in str(cm.value)
577 with pytest.raises(esptool.FatalError) as cm:
579 assert "Signature could not be verified with the provided key." in str(cm.value)
589 with pytest.raises(esptool.FatalError) as cm:
591 assert "Signature could not be verified with the provided key." in str(cm.value)
601 with pytest.raises(esptool.FatalError) as cm:
603 assert "Signature could not be verified with the provided key." in str(cm.value)
613 with pytest.raises(esptool.FatalError) as cm:
615 assert "Signature could not be verified with the provided key." in str(cm.value)
676 with pytest.raises(esptool.FatalError) as cm:
678 assert "Signature is not valid" in str(cm.value)
688 with pytest.raises(esptool.FatalError) as cm:
690 assert "Signature could not be verified with the provided key." in str(cm.value)
700 with pytest.raises(esptool.FatalError) as cm:
702 assert "Signature could not be verified with the provided key." in str(cm.value)
712 with pytest.raises(esptool.FatalError) as cm:
714 assert "Signature could not be verified with the provided key." in str(cm.value)
724 with pytest.raises(esptool.FatalError) as cm:
726 assert "Signature could not be verified with the provided key." in str(cm.value)
736 with pytest.raises(esptool.FatalError) as cm:
738 assert "Signature could not be verified with the provided key." in str(cm.value)
765 with pytest.raises(esptool.FatalError) as cm:
767 assert "Signature is not valid" in str(cm.value)