@ -13,6 +13,7 @@ in { config =
{ solo5 =
Genode.Init.Start::{
, binary = "solo5-test_blk"
, exitPropagate = True
, resources = { caps = 256, ram = Genode.units.MiB 3 }
, routes =
[ Genode.ServiceRoute.parent "Timer"
@ -54,7 +54,7 @@ let
name = "net";
testConfig = ./net.dhall;
testScript = ''
run_genode_until {child "ping" exited with exit value 0} 30
run_genode_until {child "init" exited with exit value 0} 30
'';
qemuMem = 64;
}
@ -63,7 +63,7 @@ let
name = "net_2if";
testConfig = ./net_2if.dhall;
run_genode_until {child "clients" exited with exit value 0} 30
@ -49,6 +49,7 @@ in { config =
, ping =
, binary = "ping"
, resources = { caps = 128, ram = Genode.units.MiB 6 }
@ -52,6 +52,7 @@ in { config =
, clients =
, binary = "sequence"
, resources = { caps = 256, ram = Genode.units.MiB 8 }
@ -15,6 +15,7 @@ in { config =
, binary = test.mapKey