123456789101112131415161718192021222324252627 |
- # Server-side
- <reply>
- </reply>
- # Client-side
- <client>
- <server>
- http
- </server>
- <name>
- multi interface get with non-existing host name
- </name>
- <tool>
- lib507
- </tool>
- <command>
- http://doesnotexist.foo/
- </command>
- </client>
- # Verify data after the test has been "shot"
- <verify>
- <errorcode>
- 6
- </errorcode>
- </verify>
|