2007-01-23 10:25:56 +08:00
|
|
|
<testcase>
|
2007-10-12 09:44:22 +08:00
|
|
|
<info>
|
|
|
|
<keywords>
|
|
|
|
HTTP
|
|
|
|
HTTP GET
|
2008-06-22 01:56:48 +08:00
|
|
|
Content-Range
|
2007-10-12 09:44:22 +08:00
|
|
|
Resume
|
2008-07-31 10:51:44 +08:00
|
|
|
followlocation
|
2007-10-12 09:44:22 +08:00
|
|
|
</keywords>
|
|
|
|
</info>
|
|
|
|
|
2004-10-06 22:58:07 +08:00
|
|
|
# Server-side
|
|
|
|
<reply>
|
|
|
|
<data>
|
|
|
|
HTTP/1.1 301 OK swsbounce
|
2021-03-13 00:38:26 +08:00
|
|
|
Location: /%TESTNUMBER
|
2019-06-17 17:44:21 +08:00
|
|
|
Content-Length: 3
|
2004-10-06 22:58:07 +08:00
|
|
|
|
|
|
|
OK
|
|
|
|
</data>
|
|
|
|
<data1>
|
|
|
|
HTTP/1.1 200 OK
|
|
|
|
Connection: close
|
|
|
|
Content-Length: 15
|
|
|
|
Content-Range: bytes 50-
|
|
|
|
|
|
|
|
Actual content
|
|
|
|
</data1>
|
|
|
|
|
|
|
|
<datacheck>
|
|
|
|
HTTP/1.1 301 OK swsbounce
|
2021-03-13 00:38:26 +08:00
|
|
|
Location: /%TESTNUMBER
|
2019-06-17 17:44:21 +08:00
|
|
|
Content-Length: 3
|
2004-10-06 22:58:07 +08:00
|
|
|
|
|
|
|
HTTP/1.1 200 OK
|
|
|
|
Connection: close
|
|
|
|
Content-Length: 15
|
|
|
|
Content-Range: bytes 50-
|
|
|
|
|
|
|
|
Actual content
|
|
|
|
</datacheck>
|
|
|
|
|
|
|
|
</reply>
|
|
|
|
|
|
|
|
# Client-side
|
|
|
|
<client>
|
|
|
|
<server>
|
|
|
|
http
|
|
|
|
</server>
|
|
|
|
<name>
|
|
|
|
HTTP GET with resume and redirect
|
|
|
|
</name>
|
|
|
|
<command>
|
2021-03-13 00:38:26 +08:00
|
|
|
http://%HOSTIP:%HTTPPORT/%TESTNUMBER -C 50 -L
|
2004-10-06 22:58:07 +08:00
|
|
|
</command>
|
2005-01-26 05:45:03 +08:00
|
|
|
</client>
|
2004-10-06 22:58:07 +08:00
|
|
|
|
|
|
|
# Verify data after the test has been "shot"
|
|
|
|
<verify>
|
|
|
|
<protocol>
|
2021-03-13 00:38:26 +08:00
|
|
|
GET /%TESTNUMBER HTTP/1.1
|
2015-03-12 07:50:46 +08:00
|
|
|
Host: %HOSTIP:%HTTPPORT
|
2004-10-06 22:58:07 +08:00
|
|
|
Range: bytes=50-
|
2020-10-02 19:45:24 +08:00
|
|
|
User-Agent: curl/%VERSION
|
2004-10-06 22:58:07 +08:00
|
|
|
Accept: */*
|
|
|
|
|
2021-03-13 00:38:26 +08:00
|
|
|
GET /%TESTNUMBER HTTP/1.1
|
2015-03-12 07:50:46 +08:00
|
|
|
Host: %HOSTIP:%HTTPPORT
|
2004-10-06 22:58:07 +08:00
|
|
|
Range: bytes=50-
|
2020-10-02 19:45:24 +08:00
|
|
|
User-Agent: curl/%VERSION
|
2004-10-06 22:58:07 +08:00
|
|
|
Accept: */*
|
|
|
|
|
|
|
|
</protocol>
|
|
|
|
</verify>
|
2007-01-23 10:25:56 +08:00
|
|
|
</testcase>
|