diff options
Diffstat (limited to 'tests/data/test601')
-rw-r--r-- | tests/data/test601 | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/tests/data/test601 b/tests/data/test601 new file mode 100644 index 000000000..bd394608a --- /dev/null +++ b/tests/data/test601 @@ -0,0 +1,44 @@ +<testcase> +<info> +<keywords> +SCP +</keywords> +</info> + +# +# Server-side +<reply> +<data mode="text"> +Test data +for ssh test +</data> +</reply> + +# +# Client-side +<client> +<server> +scp +</server> + <name> +SCP retrieval + </name> + <command> +--key curl_client_key --pubkey curl_client_key.pub -u %USER: scp://%HOSTIP:%SSHPORT/%PWD/log/file601.txt +</command> +<file name="log/file601.txt"> +Test data +for ssh test +</file> +</client> + +# +# Verify data after the test has been "shot" +<verify> +<protocol> +</protocol> +<valgrind> +disable +</valgrind> +</verify> +</testcase> |