]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[1772] use IPv6 address for xfrin test.
authorJINMEI Tatuya <jinmei@isc.org>
Mon, 26 Mar 2012 23:39:31 +0000 (16:39 -0700)
committerJINMEI Tatuya <jinmei@isc.org>
Mon, 26 Mar 2012 23:39:31 +0000 (16:39 -0700)
See the previous commit.  This solves test failure on some MacOS environment.

tests/lettuce/configurations/xfrin/retransfer_master.conf
tests/lettuce/features/xfrin_bind10.feature

index 95cd88e12e27eeb4e12955965835d3db6fc06429..a9d544022ab37686c388bdaa7be91beaf265b6c3 100644 (file)
@@ -11,7 +11,7 @@
         "database_file": "data/example.org.sqlite3",
         "listen_on": [ {
             "port": 47807,
-            "address": "127.0.0.1"
+            "address": "::1"
         } ]
     },
     "Xfrout": {
index 8bc6e5e9fa8b105c0ec5c1b401072e2a4ba0811e..99703960dbcf07ad2910f76ae7e5e55998c68f6a 100644 (file)
@@ -6,6 +6,6 @@ Feature: Xfrin
     And I have bind10 running with configuration xfrin/retransfer_slave.conf
     A query for www.example.org should have rcode REFUSED
     Wait for bind10 stderr message CMDCTL_STARTED
-    When I send bind10 the command Xfrin retransfer example.org IN 127.0.0.1 47807
+    When I send bind10 the command Xfrin retransfer example.org IN ::1 47807
     Then wait for new bind10 stderr message XFRIN_TRANSFER_SUCCESS not XFRIN_XFR_PROCESS_FAILURE
     A query for www.example.org should have rcode NOERROR