Annotation of embedaddon/curl/tests/data/test1085, revision 1.1.1.1
1.1 misho 1: <testcase>
2: <info>
3: <keywords>
4: HTTP
5: HTTP GET
6: --interface
7: IPv6
8: FAILURE
9: non-existing host
10: </keywords>
11: </info>
12:
13: #
14: # Server-side
15: <reply>
16: </reply>
17:
18: #
19: # Client-side
20: <client>
21: <features>
22: http
23: ipv6
24: </features>
25: <server>
26: none
27: </server>
28: <name>
29: HTTP-IPv6 GET with invalid --interface
30: </name>
31: <command>
32: -g "http://%HOST6IP:%HTTP6PORT/1085" --interface non-existing-host.haxx.se.
33: </command>
34: # Ensure the IPv6 stack is operational before running this test (other tests
35: # use the startup of the IPv6 test server as a substitute check for this).
36: <precheck>
37: ./server/resolve --ipv6 ::1
38: </precheck>
39: </client>
40:
41: #
42: # Verify data after the test has been "shot"
43: <verify>
44: <errorcode>
45: 45
46: </errorcode>
47: </verify>
48: </testcase>
FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>