test501 404 B

12345678910111213141516171819202122232425262728293031
  1. #
  2. # Server-side
  3. <reply name="1">
  4. </reply>
  5. # Client-side
  6. <client>
  7. <server>
  8. file
  9. </server>
  10. # tool is what to use instead of 'curl'
  11. <tool>
  12. lib501
  13. </tool>
  14. <name>
  15. simple libcurl attempt operation without URL set
  16. </name>
  17. <command>
  18. http://%HOSTIP:%HOSTPORT/501
  19. </command>
  20. </client>
  21. #
  22. # Verify data after the test has been "shot"
  23. <verify>
  24. <errorcode>
  25. 3
  26. </errorcode>
  27. </verify>