quickjs-tart

quickjs-based runtime for wallet-core logic
Log | Files | Refs | README | LICENSE

test620 (632B)


      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 of missing file followed by good file
     17 </name>
     18 <command>
     19 --key %LOGDIR/server/curl_client_key --pubkey %LOGDIR/server/curl_client_key.pub -u %USER: sftp://%HOSTIP:%SSHPORT%SFTP_PWD/%LOGDIR/not-a-valid-file-moooo sftp://%HOSTIP:%SSHPORT%SFTP_PWD/%LOGDIR/file%TESTNUMBER.txt --insecure
     20 </command>
     21 <file name="%LOGDIR/file%TESTNUMBER.txt">
     22 Test data
     23 for ssh test
     24 </file>
     25 </client>
     26 
     27 #
     28 # Verify data after the test has been "shot"
     29 <verify>
     30 <stdout>
     31 Test data
     32 for ssh test
     33 </stdout>
     34 </verify>
     35 </testcase>