From 9476f3f6453ea038c4de81627e80d08832cedd5a Mon Sep 17 00:00:00 2001 From: Martin Stein Date: Tue, 15 Aug 2017 14:42:12 +0200 Subject: [PATCH] run/init: test abandoned any-child routes Currently, init does not test wether a service is abandoned on a new configuration if the service was routed via an any-child route. Trigger this behaviour in the init test. Ref #2483 --- repos/os/run/init.run | 81 +++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 79 insertions(+), 2 deletions(-) diff --git a/repos/os/run/init.run b/repos/os/run/init.run index f91082ca56..f7dff1ceeb 100644 --- a/repos/os/run/init.run +++ b/repos/os/run/init.run @@ -971,9 +971,86 @@ append config { - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -1017,5 +1094,5 @@ build_boot_image $boot_modules append qemu_args " -nographic " -run_genode_until {.*child "test-init" exited with exit value 0.*} 120 +run_genode_until {.*child "test-init" exited with exit value 0.*} 130