• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<testcase>
2<info>
3<keywords>
4HTTPS
5HTTP GET
6timeout
7FAILURE
8</keywords>
9</info>
10
11# Server-side
12<reply>
13<data>
14HTTP/1.1 200 OK
15Date: Tue, 09 Nov 2010 14:49:00 GMT
16Connection: close
17
18_data_result_data_
19</data>
20<postcmd>
21wait 20
22</postcmd>
23</reply>
24
25# Client-side
26<client>
27<features>
28SSL
29</features>
30<server>
31https
32</server>
33 <name>
34HTTPS with 8 secs timeout
35 </name>
36 <command>
37-k https://%HOSTIP:%HTTPSPORT/want/%TESTNUMBER -m 8
38</command>
39</client>
40
41# Verify data after the test has been "shot"
42<verify>
43<protocol>
44GET /want/%TESTNUMBER HTTP/1.1
45Host: %HOSTIP:%HTTPSPORT
46User-Agent: curl/%VERSION
47Accept: */*
48
49</protocol>
50<errorcode>
5128
52</errorcode>
53</verify>
54</testcase>
55