test1099 625 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445
  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 --trace-ascii log/traceit
  25. </command>
  26. </client>
  27. #
  28. # Verify pseudo protocol after the test has been "shot"
  29. <verify>
  30. <protocol>
  31. opcode: 1
  32. filename: an/invalid-file
  33. mode: octet
  34. opcode: 1
  35. filename: /1099
  36. mode: octet
  37. </protocol>
  38. <stdout mode="text">
  39. data for 1099
  40. </stdout>
  41. </verify>
  42. </testcase>