bind9/bin/tests/system/ecdsa
Michal Nowak 1a5683b638 Use os.getenv() instead of os.environ
If ECDSAP256SHA256_SUPPORTED or ECDSAP384SHA384_SUPPORTED variables were
not present in the environment, os.environ would raise KeyError that is
not being handled in the decorator. Use os.getenv() instead.
2024-12-05 18:22:05 +00:00
..
ns1 Rewrite ecdsa system test to pytest 2024-12-04 18:56:53 +01:00
ns2 Rename system test directory with common files to _common 2023-09-19 13:29:27 +02:00
ns3 Rename system test directory with common files to _common 2023-09-19 13:29:27 +02:00
setup.sh Replace testcrypto.sh invocations in tests 2024-07-31 10:50:11 +02:00
tests_ecdsa.py Use os.getenv() instead of os.environ 2024-12-05 18:22:05 +00:00