test1007 552 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. <testcase>
  2. <info>
  3. <keywords>
  4. TFTP
  5. TFTP WRQ
  6. FAILURE
  7. </keywords>
  8. </info>
  9. #
  10. # Client-side
  11. <client>
  12. <server>
  13. tftp
  14. </server>
  15. <name>
  16. TFTP send with invalid permission on server
  17. </name>
  18. <command>
  19. -T log/test1007.txt tftp://%HOSTIP:%TFTPPORT//invalid-file --trace-ascii log/traceit
  20. </command>
  21. <file name="log/test1007.txt">
  22. This data will not be sent
  23. </file>
  24. </client>
  25. #
  26. # Verify pseudo protocol after the test has been "shot"
  27. <verify>
  28. <errorcode>
  29. 69
  30. </errorcode>
  31. <protocol>
  32. opcode: 2
  33. filename: /invalid-file
  34. mode: octet
  35. </protocol>
  36. </verify>
  37. </testcase>