2008-07-15 08:12:15 +04:00
|
|
|
<testcase>
|
|
|
|
<info>
|
|
|
|
<keywords>
|
|
|
|
HTTP
|
|
|
|
HTTP GET
|
|
|
|
Resume
|
|
|
|
</keywords>
|
|
|
|
</info>
|
|
|
|
|
|
|
|
# Server-side
|
|
|
|
<reply>
|
|
|
|
<data>
|
|
|
|
HTTP/1.1 206 Partial Content
|
|
|
|
Date: Mon, 13 Nov 2007 13:41:09 GMT
|
|
|
|
Last-Modified: Tue, 13 Jun 2000 12:10:00 GMT
|
|
|
|
Accept-Ranges: bytes
|
|
|
|
Content-Length: 60
|
|
|
|
Content-Range: bytes 40-99/100
|
|
|
|
|
|
|
|
012345678
|
|
|
|
012345678
|
|
|
|
012345678
|
|
|
|
012345678
|
|
|
|
012345678
|
|
|
|
012345678
|
|
|
|
</data>
|
|
|
|
|
|
|
|
# The file data that exists at the start of the test must be included in
|
|
|
|
# the verification.
|
|
|
|
<datacheck>
|
|
|
|
012345678
|
|
|
|
012345678
|
|
|
|
012345678
|
|
|
|
012345678
|
|
|
|
HTTP/1.1 206 Partial Content
|
|
|
|
Date: Mon, 13 Nov 2007 13:41:09 GMT
|
|
|
|
Last-Modified: Tue, 13 Jun 2000 12:10:00 GMT
|
|
|
|
Accept-Ranges: bytes
|
|
|
|
Content-Length: 60
|
|
|
|
Content-Range: bytes 40-99/100
|
|
|
|
|
|
|
|
012345678
|
|
|
|
012345678
|
|
|
|
012345678
|
|
|
|
012345678
|
|
|
|
012345678
|
|
|
|
012345678
|
|
|
|
</datacheck>
|
|
|
|
|
|
|
|
</reply>
|
|
|
|
|
|
|
|
# Client-side
|
|
|
|
<client>
|
|
|
|
<server>
|
|
|
|
http
|
|
|
|
</server>
|
2023-10-04 12:35:54 +03:00
|
|
|
<name>
|
2008-07-15 08:12:15 +04:00
|
|
|
HTTP GET with resume from end of file
|
2023-10-04 12:35:54 +03:00
|
|
|
</name>
|
|
|
|
<command>
|
2021-03-12 19:38:26 +03:00
|
|
|
http://%HOSTIP:%HTTPPORT/%TESTNUMBER -C -
|
2008-07-15 08:12:15 +04:00
|
|
|
</command>
|
2023-03-29 04:20:54 +03:00
|
|
|
<file name="%LOGDIR/curl%TESTNUMBER.out">
|
2008-07-15 08:12:15 +04:00
|
|
|
012345678
|
|
|
|
012345678
|
|
|
|
012345678
|
|
|
|
012345678
|
|
|
|
</file>
|
|
|
|
</client>
|
|
|
|
|
|
|
|
# Verify data after the test has been "shot"
|
|
|
|
<verify>
|
|
|
|
<protocol>
|
2021-03-12 19:38:26 +03:00
|
|
|
GET /%TESTNUMBER HTTP/1.1
|
2008-07-15 08:12:15 +04:00
|
|
|
Host: %HOSTIP:%HTTPPORT
|
2015-03-12 02:50:46 +03:00
|
|
|
Range: bytes=40-
|
2020-10-02 14:45:24 +03:00
|
|
|
User-Agent: curl/%VERSION
|
2008-07-15 08:12:15 +04:00
|
|
|
Accept: */*
|
|
|
|
|
|
|
|
</protocol>
|
|
|
|
</verify>
|
|
|
|
</testcase>
|