mirror of
https://github.com/blendogames/quadrilateralcowboy.git
synced 2024-11-21 19:51:04 +00:00
31 lines
374 B
Text
31 lines
374 B
Text
|
#
|
||
|
# Server-side
|
||
|
<reply name="1">
|
||
|
</reply>
|
||
|
|
||
|
# Client-side
|
||
|
<client>
|
||
|
<server>
|
||
|
file
|
||
|
</server>
|
||
|
# tool is what to use instead of 'curl'
|
||
|
<tool>
|
||
|
lib501
|
||
|
</tool>
|
||
|
|
||
|
<name>
|
||
|
simple libcurl attempt operation without URL set
|
||
|
</name>
|
||
|
<command>
|
||
|
http://%HOSTIP:%HOSTPORT/501
|
||
|
</command>
|
||
|
</client>
|
||
|
|
||
|
#
|
||
|
# Verify data after the test has been "shot"
|
||
|
<verify>
|
||
|
<errorcode>
|
||
|
3
|
||
|
</errorcode>
|
||
|
</verify>
|