test30 504 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. <testcase>
  2. <info>
  3. <keywords>
  4. HTTP
  5. HTTP GET
  6. FAILURE
  7. </keywords>
  8. </info>
  9. # Server-side
  10. <reply>
  11. <data>
  12. </data>
  13. </reply>
  14. # Client-side
  15. <client>
  16. <server>
  17. http
  18. </server>
  19. <name>
  20. HTTP with no data in server reply
  21. </name>
  22. <command>
  23. http://%HOSTIP:%HTTPPORT/want/30
  24. </command>
  25. </client>
  26. # Verify data after the test has been "shot"
  27. <verify>
  28. <strip>
  29. ^User-Agent:.*
  30. </strip>
  31. <protocol>
  32. GET /want/30 HTTP/1.1
  33. Host: %HOSTIP:%HTTPPORT
  34. Accept: */*
  35. </protocol>
  36. <errorcode>
  37. 52
  38. </errorcode>
  39. </verify>
  40. </testcase>