test1085 707 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. <testcase>
  2. <info>
  3. <keywords>
  4. HTTP
  5. HTTP GET
  6. --interface
  7. IPv6
  8. FAILURE
  9. non-existing host
  10. </keywords>
  11. </info>
  12. #
  13. # Server-side
  14. <reply>
  15. </reply>
  16. #
  17. # Client-side
  18. <client>
  19. <features>
  20. http
  21. ipv6
  22. </features>
  23. <server>
  24. none
  25. </server>
  26. <name>
  27. HTTP-IPv6 GET with invalid --interface
  28. </name>
  29. <command>
  30. -g "http://%HOST6IP:%NOLISTENPORT/%TESTNUMBER" --interface non-existing-host.haxx.se.
  31. </command>
  32. # Ensure the IPv6 stack is operational before running this test (other tests
  33. # use the startup of the IPv6 test server as a substitute check for this).
  34. <precheck>
  35. ./server/resolve --ipv6 ::1
  36. </precheck>
  37. </client>
  38. #
  39. # Verify data after the test has been "shot"
  40. <verify>
  41. <errorcode>
  42. 45
  43. </errorcode>
  44. </verify>
  45. </testcase>