test504 544 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. <testcase>
  2. <info>
  3. <keywords>
  4. HTTP
  5. HTTP GET
  6. HTTP proxy
  7. multi
  8. FAILURE
  9. </keywords>
  10. </info>
  11. # Server-side
  12. <reply>
  13. </reply>
  14. # Client-side
  15. <client>
  16. <server>
  17. none
  18. </server>
  19. <features>
  20. http
  21. </features>
  22. # tool is what to use instead of 'curl'
  23. <tool>
  24. lib504
  25. </tool>
  26. <name>
  27. simple multi through local proxy without listener
  28. </name>
  29. <command>
  30. http://%HOSTIP:%HTTPSPORT/504 %HOSTIP:55555
  31. </command>
  32. </client>
  33. # Verify data after the test has been "shot"
  34. # TEST_ERR_SUCCESS is errorcode 120
  35. <verify>
  36. <errorcode>
  37. 120
  38. </errorcode>
  39. </verify>
  40. </testcase>