]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[2430] Check NS records too in lettuce test
authorMukund Sivaraman <muks@isc.org>
Fri, 14 Feb 2014 13:31:20 +0000 (19:01 +0530)
committerMukund Sivaraman <muks@isc.org>
Fri, 14 Feb 2014 13:31:20 +0000 (19:01 +0530)
tests/lettuce/features/master_loader.feature

index 82710747ab7e08eb5bb3ead904dfa18653f40c5c..4706b32f63f5224a7cc53b1c1e28f75d342f00e8 100644 (file)
@@ -41,3 +41,10 @@ Feature: Master loader feature
         host4.example.org.        3600    IN      A       192.0.2.4
         """
         A query for host5.example.org should have rcode NXDOMAIN
+
+        A query for example.org type NS should have rcode NOERROR
+        The answer section of the last query response should be
+        """
+        example.org.              3600    IN      NS      ns1.example.org.
+        example.org.              3600    IN      NS      ns2.example.org.
+        """