2007-01-22 21:25:56 -05:00
|
|
|
<testcase>
|
2005-04-22 17:59:08 -04:00
|
|
|
<info>
|
|
|
|
<keywords>
|
|
|
|
HTTP
|
|
|
|
HTTP FORMPOST
|
2008-06-21 13:56:48 -04:00
|
|
|
config file
|
2005-04-22 17:59:08 -04:00
|
|
|
</keywords>
|
|
|
|
</info>
|
2003-07-28 04:21:07 -04:00
|
|
|
# Server-side
|
|
|
|
<reply>
|
|
|
|
<data>
|
|
|
|
HTTP/1.1 200 OK swsclose
|
|
|
|
Date: Thu, 09 Nov 2010 14:49:00 GMT
|
|
|
|
Server: test-server/fake
|
2006-11-25 08:32:04 -05:00
|
|
|
Content-Length: 11
|
2003-07-28 04:21:07 -04:00
|
|
|
|
|
|
|
blablabla
|
|
|
|
|
|
|
|
</data>
|
|
|
|
</reply>
|
|
|
|
|
|
|
|
# Client-side
|
|
|
|
<client>
|
|
|
|
<server>
|
|
|
|
http
|
|
|
|
</server>
|
|
|
|
<name>
|
|
|
|
HTTP and -F upload in config file
|
|
|
|
</name>
|
|
|
|
<stdin>
|
|
|
|
-F name=daniel
|
|
|
|
-F tool=curl
|
2003-07-28 04:23:46 -04:00
|
|
|
-F file=@log/test71.txt
|
2016-12-02 05:25:35 -05:00
|
|
|
user-agent = ""
|
2003-07-28 04:21:07 -04:00
|
|
|
</stdin>
|
|
|
|
<command>
|
2004-09-08 04:08:38 -04:00
|
|
|
http://%HOSTIP:%HTTPPORT/we/want/71 -K -
|
2003-07-28 04:21:07 -04:00
|
|
|
</command>
|
|
|
|
# We create this file before the command is invoked!
|
2003-07-28 04:23:46 -04:00
|
|
|
<file name="log/test71.txt">
|
2003-07-28 04:21:07 -04:00
|
|
|
foo-
|
|
|
|
This is a moo-
|
|
|
|
bar
|
|
|
|
</file>
|
2005-01-25 16:45:03 -05:00
|
|
|
</client>
|
2003-07-28 04:21:07 -04:00
|
|
|
|
|
|
|
# Verify data after the test has been "shot"
|
|
|
|
<verify>
|
|
|
|
<strip>
|
2016-12-02 05:25:35 -05:00
|
|
|
^(Content-Type: multipart/form-data;|------------).*
|
2003-07-28 04:21:07 -04:00
|
|
|
</strip>
|
|
|
|
<protocol>
|
|
|
|
POST /we/want/71 HTTP/1.1
|
2007-09-14 15:32:31 -04:00
|
|
|
Host: %HOSTIP:%HTTPPORT
|
2004-02-09 07:46:41 -05:00
|
|
|
Accept: */*
|
2004-10-01 02:36:11 -04:00
|
|
|
Content-Length: 408
|
2003-07-28 04:21:07 -04:00
|
|
|
Expect: 100-continue
|
|
|
|
Content-Type: multipart/form-data; boundary=----------------------------9ef8d6205763
|
|
|
|
|
|
|
|
------------------------------9ef8d6205763
|
|
|
|
Content-Disposition: form-data; name="name"
|
|
|
|
|
|
|
|
daniel
|
|
|
|
------------------------------9ef8d6205763
|
|
|
|
Content-Disposition: form-data; name="tool"
|
|
|
|
|
|
|
|
curl
|
|
|
|
------------------------------9ef8d6205763
|
2004-10-01 02:36:11 -04:00
|
|
|
Content-Disposition: form-data; name="file"; filename="test71.txt"
|
2003-07-28 04:21:07 -04:00
|
|
|
Content-Type: text/plain
|
|
|
|
|
|
|
|
foo-
|
|
|
|
This is a moo-
|
|
|
|
bar
|
|
|
|
|
|
|
|
------------------------------9ef8d6205763--
|
|
|
|
</protocol>
|
|
|
|
</verify>
|
2007-01-22 21:25:56 -05:00
|
|
|
</testcase>
|