test283 452 B

123456789101112131415161718192021222324252627282930313233343536
  1. <testcase>
  2. <info>
  3. <keywords>
  4. TFTP
  5. TFTP RRQ
  6. FAILURE
  7. </keywords>
  8. </info>
  9. #
  10. # Client-side
  11. <client>
  12. <server>
  13. tftp
  14. </server>
  15. <name>
  16. TFTP retrieve on invalid file
  17. </name>
  18. <command>
  19. tftp://%HOSTIP:%TFTPPORT//invalid-file --trace-ascii log/traceit
  20. </command>
  21. </client>
  22. #
  23. # Verify pseudo protocol after the test has been "shot"
  24. <verify>
  25. <errorcode>
  26. 69
  27. </errorcode>
  28. <protocol>
  29. opcode: 1
  30. filename: /invalid-file
  31. mode: octet
  32. </protocol>
  33. </verify>
  34. </testcase>