2
0

test231 457 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. <testcase>
  2. <info>
  3. <keywords>
  4. FILE
  5. </keywords>
  6. </info>
  7. # Server-side
  8. <reply>
  9. # 16 bytes to check
  10. <datacheck>
  11. B01234567
  12. C01234567
  13. </datacheck>
  14. </reply>
  15. # Client-side
  16. <client>
  17. <server>
  18. file
  19. </server>
  20. <name>
  21. file:// with resume
  22. </name>
  23. <command>
  24. file://localhost/%PWD/log/test231.txt -C 10
  25. </command>
  26. <file name="log/test231.txt">
  27. A01234567
  28. B01234567
  29. C01234567
  30. </file>
  31. </client>
  32. # Verify data after the test has been "shot"
  33. <verify>
  34. </verify>
  35. </testcase>