Make it nodata

This commit is contained in:
Miek Gieben
2017-08-19 14:53:52 +01:00
parent 72e17b49ea
commit 0191ec74d8
2 changed files with 11 additions and 3 deletions

View File

@@ -213,10 +213,11 @@ var dnsTestCases = []test.Case{
},
},
{
// TODO(miek): double check.
Qname: "*._not-udp-or-tcp.svc-1-a.test-1.svc.cluster.local.", Qtype: dns.TypeSRV,
Rcode: dns.RcodeSuccess,
Answer: []dns.RR{},
Rcode: dns.RcodeSuccess,
Ns: []dns.RR{
test.SOA("cluster.local. 300 IN SOA ns.dns.cluster.local. hostmaster.cluster.local. 1499347823 7200 1800 86400 60"),
},
},
{
Qname: "svc-1-a.test-1.svc.cluster.local.", Qtype: dns.TypeSRV,