test619 604 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. <testcase>
  2. <info>
  3. <keywords>
  4. SCP
  5. </keywords>
  6. </info>
  7. #
  8. # Client-side
  9. <client>
  10. <server>
  11. scp
  12. </server>
  13. <name>
  14. SCP retrieval of two files
  15. </name>
  16. <command>
  17. --key curl_client_key --pubkey curl_client_key.pub -u %USER: scp://%HOSTIP:%SSHPORT%SSH_PWD/log/file%TESTNUMBER.txt scp://%HOSTIP:%SSHPORT%SSH_PWD/log/file%TESTNUMBER.txt --insecure
  18. </command>
  19. <file name="log/file%TESTNUMBER.txt">
  20. Test data
  21. for ssh test
  22. </file>
  23. </client>
  24. #
  25. # Verify data after the test has been "shot"
  26. <verify>
  27. <valgrind>
  28. disable
  29. </valgrind>
  30. <stdout>
  31. Test data
  32. for ssh test
  33. Test data
  34. for ssh test
  35. </stdout>
  36. </verify>
  37. </testcase>