test1500 542 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  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 all good!
  13. Date: Tue, 09 Nov 2010 14:49:00 GMT
  14. Server: test-server/fake
  15. Content-Type: text/html
  16. Content-Length: 12
  17. Connection: close
  18. Hello World
  19. </data>
  20. </reply>
  21. # Client-side
  22. <client>
  23. <server>
  24. http
  25. </server>
  26. <features>
  27. http
  28. </features>
  29. # tool is what to use instead of 'curl'
  30. <tool>
  31. lib%TESTNUMBER
  32. </tool>
  33. <name>
  34. curl_multi_wait
  35. </name>
  36. <command>
  37. http://%HOSTIP:%HTTPPORT/%TESTNUMBER
  38. </command>
  39. </client>
  40. </testcase>