Added tests 618-621 to test SFTP/SCP transfers of more than one file

(test 620 tests the just-fixed problem reported by Brian Ulm).
This commit is contained in:
Dan Fandrich
2008-03-10 19:40:27 +00:00
parent e44dc92197
commit 458925ae0b
6 changed files with 160 additions and 1 deletions

38
tests/data/test621 Normal file
View File

@@ -0,0 +1,38 @@
<testcase>
<info>
<keywords>
SCP
FAILURE
</keywords>
</info>
#
# Client-side
<client>
<server>
scp
</server>
<name>
SCP retrieval of missing file followed by good file
</name>
<command>
--key curl_client_key --pubkey curl_client_key.pub -u %USER: scp://%HOSTIP:%SSHPORT%PWD/log/not-a-valid-file-moooo scp://%HOSTIP:%SSHPORT%PWD/log/file621.txt
</command>
<file name="log/file621.txt">
Test data
for ssh test
</file>
</client>
#
# Verify data after the test has been "shot"
<verify>
<valgrind>
disable
</valgrind>
<stdout>
Test data
for ssh test
</stdout>
</verify>
</testcase>