2007-01-23 03:25:56 +01:00
|
|
|
<testcase>
|
2005-04-22 23:59:08 +02:00
|
|
|
<info>
|
|
|
|
<keywords>
|
|
|
|
HTTP
|
|
|
|
HTTP GET
|
2014-07-12 01:49:35 +02:00
|
|
|
globbing
|
2005-04-22 23:59:08 +02:00
|
|
|
{} list
|
|
|
|
</keywords>
|
|
|
|
</info>
|
2003-08-07 01:10:58 +02:00
|
|
|
#
|
|
|
|
# Server-side
|
2003-08-07 01:45:59 +02:00
|
|
|
<reply>
|
2009-01-07 22:57:26 +01:00
|
|
|
<data nocheck="yes">
|
2003-08-07 01:10:58 +02:00
|
|
|
HTTP/1.1 200 OK
|
|
|
|
Date: Thu, 09 Nov 2010 14:49:00 GMT
|
|
|
|
Server: test-server/fake
|
|
|
|
Last-Modified: Tue, 13 Jun 2000 12:10:00 GMT
|
|
|
|
ETag: "21025-dc7-39462498"
|
|
|
|
Accept-Ranges: bytes
|
|
|
|
Content-Length: 6
|
|
|
|
Content-Type: text/html
|
|
|
|
Funny-head: yesyes
|
|
|
|
|
2007-01-23 03:25:56 +01:00
|
|
|
-foo-
|
2003-08-07 01:10:58 +02:00
|
|
|
</data>
|
|
|
|
<data1>
|
|
|
|
HTTP/1.0 200 OK
|
|
|
|
Content-Type: text/html
|
|
|
|
Funny-head: swsclose
|
2003-08-14 13:51:22 +02:00
|
|
|
Connection: close
|
2003-08-07 01:10:58 +02:00
|
|
|
|
|
|
|
crap data
|
|
|
|
</data1>
|
|
|
|
</reply>
|
|
|
|
|
|
|
|
#
|
|
|
|
# Client-side
|
|
|
|
<client>
|
|
|
|
<server>
|
|
|
|
http
|
|
|
|
</server>
|
|
|
|
<name>
|
2003-08-14 13:51:22 +02:00
|
|
|
HTTP, urlglob {}-retrieval and -o #[num] usage
|
2003-08-07 01:10:58 +02:00
|
|
|
</name>
|
2007-01-23 03:25:56 +01:00
|
|
|
<command option="no-output">
|
2004-09-08 10:08:38 +02:00
|
|
|
"http://%HOSTIP:%HTTPPORT/{74,740001}" -o "log/dumpit#1.dump"
|
2003-08-07 01:10:58 +02:00
|
|
|
</command>
|
|
|
|
</client>
|
|
|
|
|
|
|
|
#
|
|
|
|
# Verify data after the test has been "shot"
|
|
|
|
<verify>
|
|
|
|
<strip>
|
|
|
|
^User-Agent:.*
|
|
|
|
</strip>
|
|
|
|
<protocol>
|
|
|
|
GET /74 HTTP/1.1
|
2007-09-14 21:32:31 +02:00
|
|
|
Host: %HOSTIP:%HTTPPORT
|
2004-02-09 13:46:41 +01:00
|
|
|
Accept: */*
|
2003-08-07 01:10:58 +02:00
|
|
|
|
|
|
|
GET /740001 HTTP/1.1
|
2007-09-14 21:32:31 +02:00
|
|
|
Host: %HOSTIP:%HTTPPORT
|
2004-02-09 13:46:41 +01:00
|
|
|
Accept: */*
|
2003-08-07 01:10:58 +02:00
|
|
|
|
|
|
|
</protocol>
|
2003-08-14 13:51:22 +02:00
|
|
|
<file name="log/dumpit740001.dump">
|
2003-08-07 01:10:58 +02:00
|
|
|
HTTP/1.0 200 OK
|
|
|
|
Content-Type: text/html
|
|
|
|
Funny-head: swsclose
|
2003-08-14 13:51:22 +02:00
|
|
|
Connection: close
|
2003-08-07 01:10:58 +02:00
|
|
|
|
|
|
|
crap data
|
|
|
|
</file>
|
|
|
|
</verify>
|
2007-01-23 03:25:56 +01:00
|
|
|
</testcase>
|