test623 611 B

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