From: Wouter Wijngaards Date: Wed, 18 Jul 2007 08:24:44 +0000 (+0000) Subject: test fixup, 127.0.0.1 is blocked. X-Git-Tag: release-0.4~31 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=59501db3bd2fdbea42c30704e63d989a2ea4c275;p=thirdparty%2Funbound.git test fixup, 127.0.0.1 is blocked. git-svn-id: file:///svn/unbound/trunk@435 be551aaa-1e26-0410-a405-d3ace91eadb9 --- diff --git a/testdata/fwd.rpl b/testdata/fwd.rpl index b1355a9b6..ab843bb33 100644 --- a/testdata/fwd.rpl +++ b/testdata/fwd.rpl @@ -1,6 +1,6 @@ ; This is a comment. ; config options go here. -forward-zone: name: "." forward-addr: 127.0.0.1 +forward-zone: name: "." forward-addr: 216.0.0.1 CONFIG_END SCENARIO_BEGIN Sample of a valid query diff --git a/testdata/fwd_cached.rpl b/testdata/fwd_cached.rpl index d566d0a6d..23b4a08a2 100644 --- a/testdata/fwd_cached.rpl +++ b/testdata/fwd_cached.rpl @@ -1,6 +1,6 @@ ; This is a comment. ; config options go here. -forward-zone: name: "." forward-addr: 127.0.0.1 +forward-zone: name: "." forward-addr: 216.0.0.1 CONFIG_END SCENARIO_BEGIN Query receives answer from the cache diff --git a/testdata/fwd_error.rpl b/testdata/fwd_error.rpl index e60b90ccd..c9deaeb09 100644 --- a/testdata/fwd_error.rpl +++ b/testdata/fwd_error.rpl @@ -1,5 +1,5 @@ ; config options go here. -forward-zone: name: "." forward-addr: 127.0.0.1 +forward-zone: name: "." forward-addr: 216.0.0.1 CONFIG_END SCENARIO_BEGIN Forwarder and an error happens on server query. STEP 1 QUERY diff --git a/testdata/fwd_lrudrop.rpl b/testdata/fwd_lrudrop.rpl index 5cda894c7..57b0de83f 100644 --- a/testdata/fwd_lrudrop.rpl +++ b/testdata/fwd_lrudrop.rpl @@ -4,7 +4,7 @@ server: msg-cache-size: 1 # one whole byte! msg-cache-slabs: 1 -forward-zone: name: "." forward-addr: 127.0.0.1 +forward-zone: name: "." forward-addr: 216.0.0.1 CONFIG_END SCENARIO_BEGIN Old answer is dropped from the cache diff --git a/testdata/fwd_notcached.rpl b/testdata/fwd_notcached.rpl index 9f47d0d4c..c731299ee 100644 --- a/testdata/fwd_notcached.rpl +++ b/testdata/fwd_notcached.rpl @@ -7,7 +7,7 @@ server: msg-cache-size: 1024 forward-zone: name: "." - forward-addr: 127.0.0.1 + forward-addr: 216.0.0.1 CONFIG_END SCENARIO_BEGIN Query receives answer not from the cache diff --git a/testdata/fwd_timeout.rpl b/testdata/fwd_timeout.rpl index 07669e27a..d4f8c60b0 100644 --- a/testdata/fwd_timeout.rpl +++ b/testdata/fwd_timeout.rpl @@ -1,5 +1,5 @@ ; config options go here. -forward-zone: name: "." forward-addr: 127.0.0.1 +forward-zone: name: "." forward-addr: 216.0.0.1 CONFIG_END SCENARIO_BEGIN Forwarder and a timeout happens on server query. STEP 1 QUERY diff --git a/testdata/fwd_two.rpl b/testdata/fwd_two.rpl index 8f863086a..96ee6e4c0 100644 --- a/testdata/fwd_two.rpl +++ b/testdata/fwd_two.rpl @@ -3,7 +3,7 @@ server: num-queries-per-thread: 1 forward-zone: name: "." - forward-addr: 127.0.0.1 + forward-addr: 216.0.0.1 CONFIG_END SCENARIO_BEGIN Sample of a valid query diff --git a/testdata/rrset_rettl.rpl b/testdata/rrset_rettl.rpl index a2c7dc2c6..ea9ef0e65 100644 --- a/testdata/rrset_rettl.rpl +++ b/testdata/rrset_rettl.rpl @@ -1,6 +1,6 @@ ; This is a comment. ; config options go here. -forward-zone: name: "." forward-addr: 127.0.0.1 +forward-zone: name: "." forward-addr: 216.0.0.1 CONFIG_END SCENARIO_BEGIN RRset TTL is updated from message. diff --git a/testdata/rrset_untrusted.rpl b/testdata/rrset_untrusted.rpl index f3c12fdac..124e049c4 100644 --- a/testdata/rrset_untrusted.rpl +++ b/testdata/rrset_untrusted.rpl @@ -1,6 +1,6 @@ ; This is a comment. ; config options go here. -forward-zone: name: "." forward-addr: 127.0.0.1 +forward-zone: name: "." forward-addr: 216.0.0.1 CONFIG_END SCENARIO_BEGIN Untrusted rrset not used for update diff --git a/testdata/rrset_updated.rpl b/testdata/rrset_updated.rpl index 1828080e6..4e877df11 100644 --- a/testdata/rrset_updated.rpl +++ b/testdata/rrset_updated.rpl @@ -1,6 +1,6 @@ ; This is a comment. ; config options go here. -forward-zone: name: "." forward-addr: 127.0.0.1 +forward-zone: name: "." forward-addr: 216.0.0.1 CONFIG_END SCENARIO_BEGIN RRset is updated from other message that passes by.