mirror of
https://github.com/genodelabs/genode.git
synced 2025-04-13 14:13:40 +00:00
run/tz_vmm: fix broken network test
For unknown reasons, the former 'wget genode.org' call, that was meant to test network in the Trustzone guest on imx53_qsb_tz, didn't succeed anymore although the same call succeeded on my Sculpt VM Linux. However, 'ping 1.1.1.1' still works, so, the script now uses this as test for networking instead. Fixes #4229
This commit is contained in:
parent
8bc861ca71
commit
00e8e363d8
@ -304,7 +304,6 @@ if { $inversepath_linux } {
|
||||
send -i $serial_id "sleep 5\n"
|
||||
|
||||
# test network
|
||||
send -i $serial_id "wget http://genode.org/\n"
|
||||
run_genode_until "Connecting to genode.org" 10 $serial_id
|
||||
run_genode_until {.*\/ #.*} 30 $serial_id
|
||||
send -i $serial_id "ping 1.1.1.1\n"
|
||||
run_genode_until "64 bytes from 1.1.1.1:.*\n" 30 $serial_id
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user