2007-01-23 10:25:56 +08:00
|
|
|
<testcase>
|
2005-04-16 08:00:35 +08:00
|
|
|
<info>
|
|
|
|
<keywords>
|
|
|
|
HTTP
|
|
|
|
HTTP FORMPOST
|
|
|
|
HTTP file upload
|
|
|
|
</keywords>
|
|
|
|
</info>
|
2001-05-28 20:30:21 +08:00
|
|
|
# Server-side
|
|
|
|
<reply>
|
|
|
|
<data>
|
2006-11-25 21:32:04 +08:00
|
|
|
HTTP/1.0 200 OK swsclose
|
2020-02-28 22:00:03 +08:00
|
|
|
Date: Tue, 09 Nov 2010 14:49:00 GMT
|
2001-05-28 20:30:21 +08:00
|
|
|
Server: test-server/fake
|
|
|
|
|
|
|
|
blablabla
|
|
|
|
|
|
|
|
</data>
|
|
|
|
</reply>
|
|
|
|
|
|
|
|
# Client-side
|
|
|
|
<client>
|
2003-05-01 04:25:39 +08:00
|
|
|
<server>
|
|
|
|
http
|
|
|
|
</server>
|
2001-05-28 20:30:21 +08:00
|
|
|
<name>
|
|
|
|
HTTP RFC1867-type formposting
|
|
|
|
</name>
|
|
|
|
<command>
|
2021-03-13 00:38:26 +08:00
|
|
|
http://%HOSTIP:%HTTPPORT/we/want/%TESTNUMBER -F name=daniel -F tool=curl -F file=@log/test%TESTNUMBER.txt
|
2001-05-28 20:30:21 +08:00
|
|
|
</command>
|
|
|
|
# We create this file before the command is invoked!
|
2021-03-13 00:38:26 +08:00
|
|
|
<file name="log/test%TESTNUMBER.txt">
|
2001-05-28 20:30:21 +08:00
|
|
|
foo-
|
|
|
|
This is a moo-
|
|
|
|
bar
|
|
|
|
</file>
|
2004-04-23 16:40:20 +08:00
|
|
|
</client>
|
2001-05-28 20:30:21 +08:00
|
|
|
|
|
|
|
# Verify data after the test has been "shot"
|
|
|
|
<verify>
|
|
|
|
<strip>
|
2020-10-02 19:45:24 +08:00
|
|
|
^(Content-Type: multipart/form-data;|------------).*
|
2001-05-28 20:30:21 +08:00
|
|
|
</strip>
|
|
|
|
<protocol>
|
2021-03-13 00:38:26 +08:00
|
|
|
POST /we/want/%TESTNUMBER HTTP/1.1
|
2007-09-15 03:32:31 +08:00
|
|
|
Host: %HOSTIP:%HTTPPORT
|
2020-10-02 19:45:24 +08:00
|
|
|
User-Agent: curl/%VERSION
|
2004-02-09 20:46:41 +08:00
|
|
|
Accept: */*
|
2004-10-01 14:36:11 +08:00
|
|
|
Content-Length: 407
|
2003-04-04 20:30:35 +08:00
|
|
|
Content-Type: multipart/form-data; boundary=----------------------------9ef8d6205763
|
2001-05-28 20:30:21 +08:00
|
|
|
|
2003-04-04 20:30:35 +08:00
|
|
|
------------------------------9ef8d6205763
|
2001-05-28 20:30:21 +08:00
|
|
|
Content-Disposition: form-data; name="name"
|
|
|
|
|
|
|
|
daniel
|
2003-04-04 20:30:35 +08:00
|
|
|
------------------------------9ef8d6205763
|
2001-05-28 20:30:21 +08:00
|
|
|
Content-Disposition: form-data; name="tool"
|
|
|
|
|
|
|
|
curl
|
2003-04-04 20:30:35 +08:00
|
|
|
------------------------------9ef8d6205763
|
2004-10-01 14:36:11 +08:00
|
|
|
Content-Disposition: form-data; name="file"; filename="test9.txt"
|
2001-05-28 20:30:21 +08:00
|
|
|
Content-Type: text/plain
|
|
|
|
|
|
|
|
foo-
|
|
|
|
This is a moo-
|
|
|
|
bar
|
|
|
|
|
2003-04-04 20:30:35 +08:00
|
|
|
------------------------------9ef8d6205763--
|
2001-05-28 20:30:21 +08:00
|
|
|
</protocol>
|
|
|
|
</verify>
|
2007-01-23 10:25:56 +08:00
|
|
|
</testcase>
|