quickjs-tart

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

test725 (547B)


      1 <testcase>
      2 <info>
      3 <keywords>
      4 IPFS
      5 </keywords>
      6 </info>
      7 
      8 #
      9 # Server-side
     10 <reply>
     11 </reply>
     12 
     13 #
     14 # Client-side
     15 <client>
     16 <features>
     17 ipfs
     18 </features>
     19 <server>
     20 http
     21 </server>
     22 <setenv>
     23 HOME=%PWD/%LOGDIR
     24 </setenv>
     25 <name>
     26 IPFS with malformed gateway URL from gateway file
     27 </name>
     28 <command>
     29 ipfs://bafybeidecnvkrygux6uoukouzps5ofkeevoqland7kopseiod6pzqvjg7u
     30 </command>
     31 <file name="%LOGDIR/.ipfs/gateway" >
     32 http://nonexisting,local:8080
     33 </file>
     34 </client>
     35 
     36 #
     37 # Verify data after the test has been "shot"
     38 <verify>
     39 <errorcode>
     40 3
     41 </errorcode>
     42 </verify>
     43 </testcase>