From 8dfddd279b450fa460950f6bb13323c66a2256a5 Mon Sep 17 00:00:00 2001 From: Dan Fandrich Date: Wed, 8 Oct 2008 21:46:55 +0000 Subject: Added tests 1082 through 1085 to test symbolic --interface parameters --- tests/data/test1083 | 59 +++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 59 insertions(+) create mode 100644 tests/data/test1083 (limited to 'tests/data/test1083') diff --git a/tests/data/test1083 b/tests/data/test1083 new file mode 100644 index 000000000..4a21b9a43 --- /dev/null +++ b/tests/data/test1083 @@ -0,0 +1,59 @@ + + + +HTTP +HTTP GET +--interface +IPv6 + + + +# +# Server-side + + +HTTP/1.1 200 OK +Date: Mon, 28 Jul 2008 14:49:00 GMT +Server: test-server/fake +Content-Length: 6 +Connection: close +Content-Type: text/plain + +-foo- + + + +# +# Client-side + + +ipv6 + + +http-ipv6 + + +HTTP-IPv6 GET with ip6-localhost --interface + + +-g "http://%HOST6IP:%HTTP6PORT/1083" --interface ip6-localhost + + +perl -e "print 'Test requires default test server host address' if ( '%CLIENT6IP' ne '[::1]' );" && ./server/resolve --ipv6 ip6-localhost + + + +# +# Verify data after the test has been "shot" + + +^User-Agent:.* + + +GET /1083 HTTP/1.1 +Host: %HOST6IP:%HTTP6PORT +Accept: */* + + + + -- cgit v1.2.3