test332 524 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  1. <testcase>
  2. <info>
  3. <keywords>
  4. TFTP
  5. TFTP RRQ
  6. FAILURE
  7. </keywords>
  8. </info>
  9. <reply>
  10. <data>
  11. a chunk of
  12. data
  13. returned
  14. to client
  15. </data>
  16. </reply>
  17. #
  18. # Client-side
  19. <client>
  20. <server>
  21. tftp
  22. </server>
  23. <name>
  24. TFTP retrieve with blksize 400
  25. </name>
  26. <command>
  27. tftp://%HOSTIP:%TFTPPORT//%TESTNUMBER --tftp-blksize 400
  28. </command>
  29. </client>
  30. #
  31. # Verify pseudo protocol after the test has been "shot"
  32. <verify>
  33. <protocol>
  34. opcode = 1
  35. mode = octet
  36. tsize = 0
  37. blksize = 400
  38. timeout = 6
  39. filename = /%TESTNUMBER
  40. </protocol>
  41. </verify>
  42. </testcase>