1<testcase>
2<info>
3<keywords>
4FILE
5</keywords>
6</info>
7#
8# Server-side
9<reply>
10<data>
11HTTP/1.1 200 OK
12Date: Thu, 09 Nov 2010 14:49:00 GMT
13Server: test-server/fake
14Last-Modified: Tue, 13 Jun 2000 12:10:00 GMT
15ETag: "21025-dc7-39462498"
16Accept-Ranges: bytes
17Content-Length: 6
18Connection: close
19Content-Type: text/html
20Funny-head: yesyes
21
22-foo-
23</data>
24</reply>
25
26# Client-side
27<client>
28<server>
29http
30</server>
31# tool is what to use instead of 'curl'
32<tool>
33lib573
34</tool>
35
36 <name>
37verify connect time with multi interface
38 </name>
39 <command>
40http://%HOSTIP:%HTTPPORT/573
41</command>
42</client>
43
44# Verify data after the test has been "shot"
45<verify>
46<strip>
47^User-Agent:.*
48</strip>
49<protocol>
50GET /573 HTTP/1.1
51Host: %HOSTIP:%HTTPPORT
52Accept: */*
53
54</protocol>
55</verify>
56</testcase>
57