test1084 480 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. <testcase>
  2. <info>
  3. <keywords>
  4. HTTP
  5. HTTP GET
  6. --interface
  7. FAILURE
  8. non-existing host
  9. </keywords>
  10. </info>
  11. #
  12. # Server-side
  13. <reply>
  14. </reply>
  15. #
  16. # Client-side
  17. <client>
  18. <features>
  19. http
  20. </features>
  21. <server>
  22. none
  23. </server>
  24. <name>
  25. HTTP GET with invalid --interface
  26. </name>
  27. <command>
  28. http://%HOSTIP:%NOLISTENPORT/%TESTNUMBER --interface non-existing-host.haxx.se.
  29. </command>
  30. </client>
  31. #
  32. # Verify data after the test has been "shot"
  33. <verify>
  34. <errorcode>
  35. 45
  36. </errorcode>
  37. </verify>
  38. </testcase>