test1565 475 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. <testcase>
  2. <info>
  3. <keywords>
  4. HTTP
  5. HTTP GET
  6. multi
  7. multi-threaded
  8. wakeup
  9. </keywords>
  10. </info>
  11. # Server-side
  12. <reply>
  13. <data nocheck="yes">
  14. HTTP/1.1 200 OK
  15. Content-Length: 3
  16. OK
  17. </data>
  18. </reply>
  19. # Client-side
  20. <client>
  21. <features>
  22. wakeup
  23. </features>
  24. <server>
  25. http
  26. </server>
  27. <tool>
  28. lib%TESTNUMBER
  29. </tool>
  30. <name>
  31. wakeup from another thread
  32. </name>
  33. <command>
  34. http://%HOSTIP:%HTTPPORT/1
  35. </command>
  36. </client>
  37. # Verify data after the test has been "shot"
  38. <verify>
  39. </verify>
  40. </testcase>