@@ -352,7 +352,7 @@ def check_write(ql, write_fd, write_buf, write_count, *args, **kw):
352352 except :
353353 pass
354354
355- ql = Qiling (["../examples/rootfs/armeb_linux/bin/armeb_udp_test" ,"20009 " ], "../examples/rootfs/armeb_linux" , multithread = True )
355+ ql = Qiling (["../examples/rootfs/armeb_linux/bin/armeb_udp_test" ,"20010 " ], "../examples/rootfs/armeb_linux" , multithread = True )
356356 ql .os .set_syscall ("write" , check_write , QL_INTERCEPT .ENTER )
357357 ql .run ()
358358
@@ -362,7 +362,7 @@ def check_write(ql, write_fd, write_buf, write_count, *args, **kw):
362362
363363 def test_http_elf_linux_x8664 (self ):
364364 def picohttpd ():
365- ql = Qiling (["../examples/rootfs/x8664_linux/bin/picohttpd" ], "../examples/rootfs/x8664_linux" , multithread = True , verbose = QL_VERBOSE .DEBUG )
365+ ql = Qiling (["../examples/rootfs/x8664_linux/bin/picohttpd" , "12911" ], "../examples/rootfs/x8664_linux" , multithread = True , verbose = QL_VERBOSE .DEBUG )
366366 ql .run ()
367367
368368
@@ -371,12 +371,12 @@ def picohttpd():
371371
372372 time .sleep (1 )
373373
374- f = os .popen ("curl http://127.0.0.1:12913 " )
374+ f = os .popen ("curl http://127.0.0.1:12911 " )
375375 self .assertEqual ("httpd_test_successful" , f .read ())
376376
377377 def test_http_elf_linux_arm (self ):
378378 def picohttpd ():
379- ql = Qiling (["../examples/rootfs/arm_linux/bin/picohttpd" ], "../examples/rootfs/arm_linux" , multithread = True , verbose = QL_VERBOSE .DEBUG )
379+ ql = Qiling (["../examples/rootfs/arm_linux/bin/picohttpd" , "12912" ], "../examples/rootfs/arm_linux" , multithread = True , verbose = QL_VERBOSE .DEBUG )
380380 ql .run ()
381381
382382
@@ -385,7 +385,7 @@ def picohttpd():
385385
386386 time .sleep (1 )
387387
388- f = os .popen ("curl http://127.0.0.1:12913 " )
388+ f = os .popen ("curl http://127.0.0.1:12912 " )
389389 self .assertEqual ("httpd_test_successful" , f .read ())
390390
391391 def test_http_elf_linux_armeb (self ):
0 commit comments