diff options
author | Dan Fandrich <dan@coneharvesters.com> | 2007-10-25 21:04:51 +0000 |
---|---|---|
committer | Dan Fandrich <dan@coneharvesters.com> | 2007-10-25 21:04:51 +0000 |
commit | 1eac702c1a29bae42598de05cd7ae1a68ac1e62a (patch) | |
tree | 7f77ae928809abe8355179a81a155803d3cffcd4 /tests/data/test2004 | |
parent | 4b96ac504cf0a717958f48ef568d933a7553b546 (diff) | |
download | curl-1eac702c1a29bae42598de05cd7ae1a68ac1e62a.tar.gz |
Added test case 2004.
Disable valgrind in test case 1004 due to a libtool bug.
Diffstat (limited to 'tests/data/test2004')
-rw-r--r-- | tests/data/test2004 | 64 |
1 files changed, 64 insertions, 0 deletions
diff --git a/tests/data/test2004 b/tests/data/test2004 new file mode 100644 index 000000000..41cd749cd --- /dev/null +++ b/tests/data/test2004 @@ -0,0 +1,64 @@ +<testcase> +<info> +<keywords> +TFTP +TFTP RRQ +FILE +SFTP +SCP +multiprotocol +</keywords> +</info> + +# +# Server-side +<reply> +<data> +Test data +for tftp test +</data> +</reply> + +# +# Client-side +<client> +<server> +tftp +sftp +</server> + <name> +TFTP RRQ followed by SFTP retrieval followed by FILE followed by SCP retrieval then again in reverse order + </name> + <command> +--key curl_client_key --pubkey curl_client_key.pub -u %USER: tftp://%HOSTIP:%TFTPPORT//2004 sftp://%HOSTIP:%SSHPORT%PWD/log/file2004s.txt file://localhost/%PWD/log/test2004f.txt scp://%HOSTIP:%SSHPORT%PWD/log/file2004c.txt file://localhost/%PWD/log/test2004f.txt sftp://%HOSTIP:%SSHPORT%PWD/log/file2004s.txt tftp://%HOSTIP:%TFTPPORT//2004 +</command> +<file name="log/file2004s.txt"> +Test data +for sftp test +</file> +<file name="log/file2004f.txt"> +Test data +for file test +</file> +<file name="log/file2004c.txt"> +Test data +for scp test +</file> +</client> + +# +# Verify data after the test has been "shot" +<verify> +<protocol> +opcode: 1 +filename: /2004 +mode: octet +opcode: 1 +filename: /2004 +mode: octet +</protocol> +<valgrind> +disable +</valgrind> +</verify> +</testcase> |