test621 617 B

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