Home | History | Annotate | Download | only in data
      1 <testcase>
      2 <info>
      3 <keywords>
      4 HTTP
      5 HTTP GET
      6 HTTP proxy
      7 multi
      8 FAILURE
      9 </keywords>
     10 </info>
     11 
     12 # Server-side
     13 <reply>
     14 </reply>
     15 
     16 # Client-side
     17 <client>
     18 <server>
     19 none
     20 </server>
     21 <features>
     22 http
     23 </features>
     24 # tool is what to use instead of 'curl'
     25 <tool>
     26 lib504
     27 </tool>
     28 
     29  <name>
     30 simple multi through local proxy without listener
     31  </name>
     32  <command>
     33 http://%HOSTIP:%HTTPSPORT/504 %HOSTIP:55555
     34 </command>
     35 </client>
     36 
     37 # Verify data after the test has been "shot"
     38 # TEST_ERR_SUCCESS is errorcode 120
     39 <verify>
     40 <errorcode>
     41 120
     42 </errorcode>
     43 </verify>
     44 </testcase>
     45