run: make bomb test ready for auto tests

This commit is contained in:
Alexander Boettcher
2013-08-05 12:16:43 +02:00
committed by Norman Feske
parent 2e58428b51
commit 071ca39407
2 changed files with 18 additions and 5 deletions

View File

@@ -21,17 +21,19 @@ install_config {
<any-service> <parent/> <any-child/> </any-service>
</default-route>
<start name="timer">
<resource name="RAM" quantum="512K"/>
<resource name="RAM" quantum="768K"/>
<provides><service name="Timer"/></provides>
</start>
<start name="bomb" priority="-1">
<resource name="RAM" quantum="2G"/>
<config rounds="20"/>
</start>
</config>}
build_boot_image "core init bomb timer"
append qemu_args "-nographic -m 64"
append qemu_args "-nographic -m 128"
run_genode_until forever
run_genode_until "Done\. Going to sleep\." 300
puts "Test succeeded."