test528 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. <testcase>
  2. <info>
  3. <keywords>
  4. HTTP
  5. HTTP GET
  6. multi
  7. </keywords>
  8. </info>
  9. # Server-side
  10. <reply>
  11. <data>
  12. HTTP/1.1 200 OK
  13. Date: Tue, 09 Nov 2010 14:49:00 GMT
  14. Server: test-server/fake
  15. Content-Length: 47
  16. file contents should appear once for each file
  17. </data>
  18. <datacheck>
  19. file contents should appear once for each file
  20. file contents should appear once for each file
  21. file contents should appear once for each file
  22. file contents should appear once for each file
  23. </datacheck>
  24. </reply>
  25. # Client-side
  26. <client>
  27. <server>
  28. http
  29. </server>
  30. <tool>
  31. lib526
  32. </tool>
  33. <name>
  34. HTTP GET same file using different handles but same connection
  35. </name>
  36. <command>
  37. http://%HOSTIP:%HTTPPORT/path/%TESTNUMBER
  38. </command>
  39. </client>
  40. # Verify data after the test has been "shot"
  41. <verify>
  42. <protocol>
  43. GET /path/%TESTNUMBER HTTP/1.1
  44. Host: %HOSTIP:%HTTPPORT
  45. Accept: */*
  46. GET /path/%TESTNUMBER HTTP/1.1
  47. Host: %HOSTIP:%HTTPPORT
  48. Accept: */*
  49. GET /path/%TESTNUMBER HTTP/1.1
  50. Host: %HOSTIP:%HTTPPORT
  51. Accept: */*
  52. GET /path/%TESTNUMBER HTTP/1.1
  53. Host: %HOSTIP:%HTTPPORT
  54. Accept: */*
  55. </protocol>
  56. </verify>
  57. </testcase>