mirror of
https://github.com/genodelabs/genode.git
synced 2025-02-20 17:52:52 +00:00
run: adjust vbox multiple VM run test
Wrongly renamed during "vbox5: enable SMP setups" Related to #2338
This commit is contained in:
parent
d18f976b15
commit
35adce3955
@ -329,7 +329,6 @@ if {$use_rumpfs} {
|
||||
set wait_timeout 170
|
||||
for { set i 1 } { $i <= $use_vms } { incr i } {
|
||||
run_genode_until {\[init -\> vbox.*].*Guest Additions capability report:.*seamless: yes, hostWindowMapping: no, graphics: yes} $wait_timeout [output_spawn_id]
|
||||
set wait_timeout 25
|
||||
}
|
||||
} else {
|
||||
run_genode_until {\[init\] child "vbox1" exited with exit value 0} 60 [output_spawn_id]
|
||||
|
@ -103,9 +103,9 @@ append_if [expr $use_rumpfs] config {
|
||||
<config ld_verbose="yes" fs="ext2fs">}
|
||||
|
||||
append_if [expr $use_rumpfs && $use_ram_fs && $use_overlay_from_disk] config {
|
||||
<policy label_prefix="overlay_from_disk" root="/ram" writeable="yes"/>}
|
||||
<policy label_prefix="overlay_from_disk" root="/ram" writeable="no"/>}
|
||||
append_if [expr $use_rumpfs] config {
|
||||
<default-policy root="/" writeable="yes"/>
|
||||
<default-policy root="/" writeable="no"/>
|
||||
</config>
|
||||
<route>
|
||||
<any-service><child name="part_blk"/> <parent/><any-child/></any-service>
|
||||
|
Loading…
x
Reference in New Issue
Block a user