quickjs-tart

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

test283 (506B)


      1 <testcase>
      2 <info>
      3 <keywords>
      4 TFTP
      5 TFTP RRQ
      6 FAILURE
      7 </keywords>
      8 </info>
      9 
     10 #
     11 # Client-side
     12 <client>
     13 <server>
     14 tftp
     15 </server>
     16 <name>
     17 TFTP retrieve on invalid file
     18 </name>
     19 <command>
     20 tftp://%HOSTIP:%TFTPPORT//invalid-file --tftp-blksize 1024
     21 </command>
     22 </client>
     23 
     24 #
     25 # Verify pseudo protocol after the test has been "shot"
     26 <verify>
     27 <errorcode>
     28 69
     29 </errorcode>
     30 <strip>
     31 ^timeout = [5-6]$
     32 </strip>
     33 <protocol>
     34 opcode = 1
     35 mode = octet
     36 tsize = 0
     37 blksize = 1024
     38 filename = /invalid-file
     39 </protocol>
     40 </verify>
     41 </testcase>