test1099 653 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. <testcase>
  2. <info>
  3. <keywords>
  4. TFTP
  5. TFTP RRQ
  6. FAILURE
  7. </keywords>
  8. </info>
  9. <reply>
  10. <data nocheck="yes">
  11. data for 1099
  12. </data>
  13. </reply>
  14. #
  15. # Client-side
  16. <client>
  17. <server>
  18. tftp
  19. </server>
  20. <name>
  21. TFTP get first a non-existing file then an existing
  22. </name>
  23. <command>
  24. tftp://%HOSTIP:%TFTPPORT/an/invalid-file tftp://%HOSTIP:%TFTPPORT//1099
  25. </command>
  26. </client>
  27. #
  28. # Verify pseudo protocol after the test has been "shot"
  29. <verify>
  30. <protocol>
  31. opcode: 1
  32. mode: octet
  33. tsize: 0
  34. blksize: 512
  35. timeout: 6
  36. filename: an/invalid-file
  37. opcode: 1
  38. mode: octet
  39. tsize: 0
  40. blksize: 512
  41. timeout: 6
  42. filename: /1099
  43. </protocol>
  44. <stdout>
  45. data for 1099
  46. </stdout>
  47. </verify>
  48. </testcase>