test560 639 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. <testcase>
  2. <info>
  3. <keywords>
  4. HTTPS
  5. HTTP GET
  6. multi
  7. </keywords>
  8. </info>
  9. #
  10. # Server-side
  11. <reply>
  12. <data>
  13. HTTP/1.1 200 OK
  14. Date: Thu, 09 Nov 2010 14:49:00 GMT
  15. Server: test-server/fake
  16. Content-Length: 7
  17. MooMoo
  18. </data>
  19. </reply>
  20. #
  21. # Client-side
  22. <client>
  23. <features>
  24. SSL
  25. </features>
  26. <server>
  27. https
  28. </server>
  29. <tool>
  30. lib560
  31. </tool>
  32. <name>
  33. simple HTTPS GET with multi interface
  34. </name>
  35. <command>
  36. https://%HOSTIP:%HTTPSPORT/560
  37. </command>
  38. </client>
  39. #
  40. # Verify data after the test has been "shot"
  41. <verify>
  42. <strip>
  43. ^User-Agent:.*
  44. </strip>
  45. <protocol>
  46. GET /560 HTTP/1.1
  47. Host: %HOSTIP:%HTTPSPORT
  48. Accept: */*
  49. </protocol>
  50. </verify>
  51. </testcase>