test504 599 B

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