Home | History | Annotate | Download | only in isctest

Lines Matching refs:reason

24     not os.environ.get("CI_ENABLE_LONG_TESTS"), reason="CI_ENABLE_LONG_TESTS not set"
29 reason="CI_ENABLE_LIVE_INTERNET_TESTS not set",
53 return pytest.mark.skipif(os.getenv(key) != "1", reason=f"{name} is not supported")
57 os.getenv("FEATURE_DNSTAP") != "1", reason="DNSTAP support disabled in the build"
62 os.getenv("FEATURE_FIPS_MODE") == "1", reason="FIPS support enabled in the build"
66 os.getenv("FEATURE_LIBXML2") != "1", reason="libxml2 support disabled in the build"
70 os.getenv("FEATURE_LMDB") != "1", reason="LMDB support disabled in the build"
74 os.getenv("FEATURE_JSON_C") != "1", reason="json-c support disabled in the build"
78 not is_dnsrps_available(), reason="dnsrps disabled in the build"
89 reason="SOFTHSM2_CONF and SOFTHSM2_MODULE environmental variables must be set and pkcs11-tool and softhsm2-util tools present",
102 with_ipv6 = pytest.mark.skipif(not have_ipv6(), reason="IPv6 not available")