mirror of
https://github.com/systemd/systemd-stable.git
synced 2025-03-12 08:58:20 +03:00
test: add www.dnssec-bogus.sg to list of domains to test in DNSSEC complex test
This commit is contained in:
parent
c910c520cf
commit
6d67385fcd
@ -146,6 +146,10 @@ int main(int argc, char* argv[]) {
|
||||
test_rr_lookup(bus, ".wilda.rhybar.ecdsa.0skar.cz", DNS_TYPE_A, BUS_ERROR_DNSSEC_FAILED);
|
||||
test_hostname_lookup(bus, ".wilda.rhybar.ecdsa.0skar.cz", AF_INET, BUS_ERROR_DNSSEC_FAILED);
|
||||
|
||||
/* Missing DS for DNSKEY */
|
||||
test_rr_lookup(bus, "www.dnssec-bogus.sg", DNS_TYPE_A, BUS_ERROR_DNSSEC_FAILED);
|
||||
test_hostname_lookup(bus, "www.dnssec-bogus.sg", AF_INET, BUS_ERROR_DNSSEC_FAILED);
|
||||
|
||||
/* NXDOMAIN in NSEC domain */
|
||||
test_rr_lookup(bus, "hhh.nasa.gov", DNS_TYPE_A, _BUS_ERROR_DNS "NXDOMAIN");
|
||||
test_hostname_lookup(bus, "hhh.nasa.gov", AF_UNSPEC, _BUS_ERROR_DNS "NXDOMAIN");
|
||||
|
Loading…
x
Reference in New Issue
Block a user