1<testcase> 2<info> 3<keywords> 4HTTP 5IPv6 6</keywords> 7</info> 8 9# Server-side 10<reply> 11<data nocheck="yes"> 12HTTP/1.1 200 OK 13Date: Tue, 09 Nov 2010 14:49:00 GMT 14Server: test-server/fake 15Content-Type: text/html 16Content-Length: 0 17 18</data> 19</reply> 20 21# Client-side 22<client> 23<server> 24http-ipv6 25</server> 26 27<name> 28Pre-request callback for HTTP IPv6 29</name> 30<tool> 31libprereq 32</tool> 33 34<command> 35%HOST6IP:%HTTP6PORT/%TESTNUMBER#ipv6 36</command> 37</client> 38 39# Verify data after the test has been "shot" 40<verify> 41<stripfile> 42s/^Local port = \d+/Local port = stripped/ 43</stripfile> 44<stdout> 45Connected to %HOST6IP 46Connected from %CLIENT6IP 47Remote port = %HTTP6PORT 48Local port = stripped 49Returning = 0 50</stdout> 51</verify> 52</testcase> 53