File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / curl / tests / data / test656
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Wed Jun 3 10:01:16 2020 UTC (5 years ago) by misho
Branches: curl, MAIN
CVS tags: v7_70_0p4, HEAD
curl

    1: <testcase>
    2: <info>
    3: <keywords>
    4: SFTP
    5: FAILURE
    6: </keywords>
    7: </info>
    8: 
    9: #
   10: # Client-side
   11: <client>
   12: <server>
   13: sftp
   14: </server>
   15:  <name>
   16: SFTP retrieval with nonexistent private key file
   17:  </name>
   18:  <command>
   19: --key DOES_NOT_EXIST --pubkey curl_client_key.pub -u %USER: sftp://%HOSTIP:%SSHPORT%POSIX_PWD/not-a-valid-file-moooo --insecure --connect-timeout 8
   20: </command>
   21: </client>
   22: 
   23: #
   24: # Verify data after the test has been "shot"
   25: <verify>
   26: <valgrind>
   27: disable
   28: </valgrind>
   29: <errorcode>
   30: 67
   31: </errorcode>
   32: </verify>
   33: </testcase>

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>