test285 523 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. <testcase>
  2. <info>
  3. <keywords>
  4. TFTP
  5. TFTP WRQ
  6. </keywords>
  7. </info>
  8. #
  9. # Client-side
  10. <client>
  11. <server>
  12. tftp
  13. </server>
  14. <name>
  15. TFTP send
  16. </name>
  17. <command>
  18. -T log/test285.txt tftp://%HOSTIP:%TFTPPORT// --trace-ascii log/traceit
  19. </command>
  20. <file name="log/test285.txt">
  21. a chunk of
  22. data
  23. sent
  24. to server
  25. </file>
  26. </client>
  27. #
  28. # Verify pseudo protocol after the test has been "shot"
  29. <verify>
  30. <upload>
  31. a chunk of
  32. data
  33. sent
  34. to server
  35. </upload>
  36. <protocol>
  37. opcode: 2
  38. filename: /test285.txt
  39. mode: octet
  40. </protocol>
  41. </verify>
  42. </testcase>