1234567891011121314151617181920212223242526272829303132333435363738 |
- <testcase>
- <info>
- <keywords>
- HTTP
- FAILURE
- non-existing host
- </keywords>
- </info>
- # Server-side
- <reply>
- <data>
- </data>
- </reply>
- # Client-side
- <client>
- <server>
- none
- </server>
- <features>
- http
- </features>
- <name>
- attempt connect to non-existing host name
- </name>
- <command>
- --ipv4 non-existing-host.haxx.se.
- </command>
- </client>
- # Verify data after the test has been "shot"
- <verify>
- <errorcode>
- 6
- </errorcode>
- </verify>
- </testcase>
|