quickjs-tart

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

test641 (545B)


      1 <testcase>
      2 <info>
      3 <keywords>
      4 SCP
      5 NOBODY
      6 </keywords>
      7 </info>
      8 
      9 #
     10 # Server-side
     11 <reply>
     12 <data>
     13 </data>
     14 </reply>
     15 
     16 #
     17 # Client-side
     18 <client>
     19 <server>
     20 scp
     21 </server>
     22 <name>
     23 SCP --head retrieval
     24 </name>
     25 <command>
     26 --key %LOGDIR/server/curl_client_key --pubkey %LOGDIR/server/curl_client_key.pub -u %USER: scp://%HOSTIP:%SSHPORT%SCP_PWD/%LOGDIR/file%TESTNUMBER.txt --insecure --head
     27 </command>
     28 <file name="%LOGDIR/file%TESTNUMBER.txt">
     29 Test data
     30 for ssh test
     31 </file>
     32 </client>
     33 
     34 #
     35 # Verify data after the test has been "shot"
     36 <verify>
     37 </verify>
     38 </testcase>