test19 421 B

12345678910111213141516171819202122232425262728293031323334353637
  1. <testcase>
  2. <info>
  3. <keywords>
  4. HTTP
  5. connect to non-listen
  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. none
  18. </server>
  19. <features>
  20. http
  21. </features>
  22. <name>
  23. attempt connect to non-listening socket
  24. </name>
  25. <command>
  26. %HOSTIP:%NOLISTENPORT
  27. </command>
  28. </client>
  29. # Verify data after the test has been "shot"
  30. <verify>
  31. <errorcode>
  32. 7
  33. </errorcode>
  34. </verify>
  35. </testcase>