diff options
Diffstat (limited to 'tests/data/test631')
-rw-r--r-- | tests/data/test631 | 34 |
1 files changed, 34 insertions, 0 deletions
diff --git a/tests/data/test631 b/tests/data/test631 new file mode 100644 index 000000000..47b0acbb5 --- /dev/null +++ b/tests/data/test631 @@ -0,0 +1,34 @@ +<testcase> +<info> +<keywords> +SCP +FAILURE +server key check +</keywords> +</info> + +# +# Client-side +<client> +<server> +scp +</server> + <name> +SCP incorrect host key + </name> + <command> +--hostpubmd5 00000000000000000000000000000000 --key curl_client_key --pubkey curl_client_key.pub -u %USER: scp://%HOSTIP:%SSHPORT%PWD/log/irrelevant-file --insecure +</command> +</client> + +# +# Verify data after the test has been "shot" +<verify> +<errorcode> +51 +</errorcode> +<valgrind> +disable +</valgrind> +</verify> +</testcase> |