From: JINMEI Tatuya Date: Mon, 26 Mar 2012 23:39:31 +0000 (-0700) Subject: [1772] use IPv6 address for xfrin test. X-Git-Tag: trac2351_base~226^2~116^2~92^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=91abb7aed95fb3cf15d25a971af2fa0b952e9570;p=thirdparty%2Fkea.git [1772] use IPv6 address for xfrin test. See the previous commit. This solves test failure on some MacOS environment. --- diff --git a/tests/lettuce/configurations/xfrin/retransfer_master.conf b/tests/lettuce/configurations/xfrin/retransfer_master.conf index 95cd88e12e..a9d544022a 100644 --- a/tests/lettuce/configurations/xfrin/retransfer_master.conf +++ b/tests/lettuce/configurations/xfrin/retransfer_master.conf @@ -11,7 +11,7 @@ "database_file": "data/example.org.sqlite3", "listen_on": [ { "port": 47807, - "address": "127.0.0.1" + "address": "::1" } ] }, "Xfrout": { diff --git a/tests/lettuce/features/xfrin_bind10.feature b/tests/lettuce/features/xfrin_bind10.feature index 8bc6e5e9fa..99703960db 100644 --- a/tests/lettuce/features/xfrin_bind10.feature +++ b/tests/lettuce/features/xfrin_bind10.feature @@ -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