test2086 711 B

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