123456789101112131415161718192021222324252627282930 |
- #
- # Server-side
- <reply>
- </reply>
- #
- # Client-side
- <client>
- <server>
- none
- </server>
- <name>
- HTTP, -O with no file name part in the URL
- </name>
- <command option=no-output>
- http://%HOSTIP:%HOSTPORT/76/ -O
- </command>
- </client>
- #
- # Verify data after the test has been "shot"
- <verify>
- <strip>
- ^User-Agent:.*
- </strip>
- <errorcode>
- 23
- </errorcode>
- </verify>
|