test501 475 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. <testcase>
  2. <info>
  3. <keywords>
  4. missing URL
  5. </keywords>
  6. </info>
  7. #
  8. # Server-side
  9. <reply name="1">
  10. </reply>
  11. # Client-side
  12. <client>
  13. <server>
  14. none
  15. </server>
  16. <features>
  17. http
  18. </features>
  19. # tool is what to use instead of 'curl'
  20. <tool>
  21. lib501
  22. </tool>
  23. <name>
  24. simple libcurl attempt operation without URL set
  25. </name>
  26. <command>
  27. http://%HOSTIP:%HTTPPORT/501
  28. </command>
  29. </client>
  30. #
  31. # Verify data after the test has been "shot"
  32. <verify>
  33. <errorcode>
  34. 3
  35. </errorcode>
  36. </verify>
  37. </testcase>