Added tests 1082 through 1085 to test symbolic --interface parameters

This commit is contained in:
Dan Fandrich
2008-10-08 21:46:55 +00:00
parent 544f2f74df
commit 8dfddd279b
8 changed files with 198 additions and 3 deletions

41
tests/data/test1085 Normal file
View File

@@ -0,0 +1,41 @@
<testcase>
<info>
<keywords>
HTTP
HTTP GET
--interface
IPv6
FAILURE
</keywords>
</info>
#
# Server-side
<reply>
</reply>
#
# Client-side
<client>
<features>
ipv6
</features>
<server>
none
</server>
<name>
HTTP-IPv6 GET with invalid --interface
</name>
<command>
-g "http://%HOST6IP:%HTTP6PORT/1085" --interface non-existing-host.haxx.se.
</command>
</client>
#
# Verify data after the test has been "shot"
<verify>
<errorcode>
7
</errorcode>
</verify>
</testcase>