2007-01-22 21:25:56 -05:00
|
|
|
<testcase>
|
2005-04-15 20:00:35 -04:00
|
|
|
<info>
|
|
|
|
<keywords>
|
|
|
|
HTTP
|
|
|
|
HTTP FORMPOST
|
|
|
|
HTTP file upload
|
|
|
|
</keywords>
|
|
|
|
</info>
|
2001-05-28 08:30:21 -04:00
|
|
|
# Server-side
|
|
|
|
<reply>
|
|
|
|
<data>
|
2006-11-25 08:32:04 -05:00
|
|
|
HTTP/1.0 200 OK swsclose
|
2001-05-28 08:30:21 -04:00
|
|
|
Date: Thu, 09 Nov 2010 14:49:00 GMT
|
|
|
|
Server: test-server/fake
|
|
|
|
|
|
|
|
blablabla
|
|
|
|
|
|
|
|
</data>
|
|
|
|
</reply>
|
|
|
|
|
|
|
|
# Client-side
|
|
|
|
<client>
|
2003-04-30 16:25:39 -04:00
|
|
|
<server>
|
|
|
|
http
|
|
|
|
</server>
|
2001-05-28 08:30:21 -04:00
|
|
|
<name>
|
|
|
|
HTTP RFC1867-type formposting
|
|
|
|
</name>
|
|
|
|
<command>
|
2004-09-08 04:08:38 -04:00
|
|
|
http://%HOSTIP:%HTTPPORT/we/want/9 -F name=daniel -F tool=curl -F file=@log/test9.txt
|
2001-05-28 08:30:21 -04:00
|
|
|
</command>
|
|
|
|
# We create this file before the command is invoked!
|
|
|
|
<file name="log/test9.txt">
|
|
|
|
foo-
|
|
|
|
This is a moo-
|
|
|
|
bar
|
|
|
|
</file>
|
2004-04-23 04:40:20 -04:00
|
|
|
</client>
|
2001-05-28 08:30:21 -04:00
|
|
|
|
|
|
|
# Verify data after the test has been "shot"
|
|
|
|
<verify>
|
|
|
|
<strip>
|
2003-04-04 07:30:35 -05:00
|
|
|
^(User-Agent:|Content-Type: multipart/form-data;|------------).*
|
2001-05-28 08:30:21 -04:00
|
|
|
</strip>
|
|
|
|
<protocol>
|
|
|
|
POST /we/want/9 HTTP/1.1
|
2003-04-04 07:30:35 -05:00
|
|
|
User-Agent: curl/7.10.4 (i686-pc-linux-gnu) libcurl/7.10.4 OpenSSL/0.9.7a ipv6 zlib/1.1.3
|
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: 407
|
2001-08-21 08:46:23 -04:00
|
|
|
Expect: 100-continue
|
2003-04-04 07:30:35 -05:00
|
|
|
Content-Type: multipart/form-data; boundary=----------------------------9ef8d6205763
|
2001-05-28 08:30:21 -04:00
|
|
|
|
2003-04-04 07:30:35 -05:00
|
|
|
------------------------------9ef8d6205763
|
2001-05-28 08:30:21 -04:00
|
|
|
Content-Disposition: form-data; name="name"
|
|
|
|
|
|
|
|
daniel
|
2003-04-04 07:30:35 -05:00
|
|
|
------------------------------9ef8d6205763
|
2001-05-28 08:30:21 -04:00
|
|
|
Content-Disposition: form-data; name="tool"
|
|
|
|
|
|
|
|
curl
|
2003-04-04 07:30:35 -05:00
|
|
|
------------------------------9ef8d6205763
|
2004-10-01 02:36:11 -04:00
|
|
|
Content-Disposition: form-data; name="file"; filename="test9.txt"
|
2001-05-28 08:30:21 -04:00
|
|
|
Content-Type: text/plain
|
|
|
|
|
|
|
|
foo-
|
|
|
|
This is a moo-
|
|
|
|
bar
|
|
|
|
|
2003-04-04 07:30:35 -05:00
|
|
|
------------------------------9ef8d6205763--
|
2001-05-28 08:30:21 -04:00
|
|
|
</protocol>
|
|
|
|
</verify>
|
2007-01-22 21:25:56 -05:00
|
|
|
</testcase>
|