quickjs-tart

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

test332 (544B)


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