test628 426 B

123456789101112131415161718192021222324252627282930313233
  1. <testcase>
  2. <info>
  3. <keywords>
  4. SFTP
  5. FAILURE
  6. </keywords>
  7. </info>
  8. #
  9. # Client-side
  10. <client>
  11. <server>
  12. sftp
  13. </server>
  14. <name>
  15. SFTP invalid user login (password authentication)
  16. </name>
  17. <command>
  18. -u not-a-valid-user: sftp://%HOSTIP:%SSHPORT%PWD/irrelevant-file --insecure
  19. </command>
  20. </client>
  21. #
  22. # Verify data after the test has been "shot"
  23. <verify>
  24. <errorcode>
  25. 67
  26. </errorcode>
  27. <valgrind>
  28. disable
  29. </valgrind>
  30. </verify>
  31. </testcase>