diff options
author | Dan Fandrich <dan@coneharvesters.com> | 2008-06-19 00:18:58 +0000 |
---|---|---|
committer | Dan Fandrich <dan@coneharvesters.com> | 2008-06-19 00:18:58 +0000 |
commit | 5304b13365d12070cab3464b19f08854e5e0845d (patch) | |
tree | b7c340db5a48b9bd7acb6d6d4fba973c3836e401 /tests/data/test628 | |
parent | e547bfa933b251263e73ac845c466196e0dec271 (diff) |
Added SSH failure test cases 628-632
Diffstat (limited to 'tests/data/test628')
-rw-r--r-- | tests/data/test628 | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/tests/data/test628 b/tests/data/test628 new file mode 100644 index 000000000..f24fe05ab --- /dev/null +++ b/tests/data/test628 @@ -0,0 +1,33 @@ +<testcase> +<info> +<keywords> +SFTP +FAILURE +</keywords> +</info> + +# +# Client-side +<client> +<server> +sftp +</server> + <name> +SFTP invalid user login (password authentication) + </name> + <command> +-u not-a-valid-user: sftp://%HOSTIP:%SSHPORT%PWD/irrelevant-file +</command> +</client> + +# +# Verify data after the test has been "shot" +<verify> +<errorcode> +67 +</errorcode> +<valgrind> +disable +</valgrind> +</verify> +</testcase> |