2007-01-22 21:25:56 -05:00
|
|
|
<testcase>
|
2012-11-19 11:54:52 -05:00
|
|
|
<info>
|
|
|
|
<keywords>
|
|
|
|
HTTP
|
|
|
|
HTTP POST
|
|
|
|
</keywords>
|
|
|
|
</info>
|
|
|
|
|
2004-06-21 10:08:48 -04:00
|
|
|
#
|
|
|
|
# Server-side
|
|
|
|
<reply>
|
|
|
|
</reply>
|
|
|
|
|
|
|
|
# Client-side
|
|
|
|
<client>
|
|
|
|
<server>
|
|
|
|
http
|
|
|
|
</server>
|
|
|
|
# tool is what to use instead of 'curl'
|
|
|
|
<tool>
|
|
|
|
lib513
|
|
|
|
</tool>
|
|
|
|
|
|
|
|
<name>
|
|
|
|
send HTTP POST using read callback that returns CURL_READFUNC_ABORT
|
|
|
|
</name>
|
2010-04-27 02:47:30 -04:00
|
|
|
# the 1s post-command delay helps to prevent a spurious failure on s390
|
|
|
|
<command delay="1">
|
2004-09-08 04:08:38 -04:00
|
|
|
http://%HOSTIP:%HTTPPORT/513
|
2004-06-21 10:08:48 -04:00
|
|
|
</command>
|
|
|
|
</client>
|
|
|
|
|
|
|
|
#
|
|
|
|
# Verify data after the test has been "shot"
|
|
|
|
<verify>
|
|
|
|
<protocol>
|
|
|
|
POST /513 HTTP/1.1
|
2007-09-14 15:32:31 -04:00
|
|
|
Host: %HOSTIP:%HTTPPORT
|
2004-06-21 10:08:48 -04:00
|
|
|
Accept: */*
|
|
|
|
Content-Length: 1
|
|
|
|
Content-Type: application/x-www-form-urlencoded
|
|
|
|
|
|
|
|
</protocol>
|
|
|
|
# 42 - aborted by callback
|
|
|
|
<errorcode>
|
|
|
|
42
|
|
|
|
</errorcode>
|
|
|
|
</verify>
|
2007-01-22 21:25:56 -05:00
|
|
|
</testcase>
|