Added more SSH tests (left disabled for now).

This commit is contained in:
Dan Fandrich
2007-04-04 00:48:37 +00:00
parent 7d48d851a2
commit 27d2d78059
6 changed files with 166 additions and 7 deletions

33
tests/data/test606 Normal file
View File

@@ -0,0 +1,33 @@
<testcase>
<info>
<keywords>
SFTP
FAILURE
</keywords>
</info>
#
# Client-side
<client>
<server>
sftp
</server>
<name>
SFTP invalid user login
</name>
<command>
--key curl_client_key --pubkey curl_client_key.pub -u not-a-valid-user: sftp://%HOSTIP:%SSHPORT%PWD/not-a-valid-file-moooo
</command>
</client>
#
# Verify data after the test has been "shot"
<verify>
<errorcode>
2
</errorcode>
<valgrind>
disable
</valgrind>
</verify>
</testcase>