test283 480 B

123456789101112131415161718192021222324252627282930313233343536373839
  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 --tftp-blksize 1024
  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. mode: octet
  31. tsize: 0
  32. blksize: 1024
  33. timeout: 6
  34. filename: /invalid-file
  35. </protocol>
  36. </verify>
  37. </testcase>