test1452 453 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  1. <testcase>
  2. <info>
  3. <keywords>
  4. TELNET
  5. UPLOAD
  6. flaky
  7. </keywords>
  8. </info>
  9. #
  10. # Server-side
  11. <reply>
  12. <data>
  13. </data>
  14. </reply>
  15. #
  16. # Client-side
  17. <client>
  18. <server>
  19. telnet
  20. </server>
  21. <features>
  22. telnet
  23. </features>
  24. <name>
  25. Basic TELNET negotiation
  26. </name>
  27. <stdin>
  28. test1452
  29. </stdin>
  30. <command>
  31. telnet://%HOSTIP:%NEGTELNETPORT --upload-file -
  32. </command>
  33. </client>
  34. #
  35. # Verify data after the test has been "shot"
  36. <verify>
  37. <stdout>test1452</stdout>
  38. </verify>
  39. </testcase>