# Tested for nova.
assert_spec nova
set use_vdi 1
set use_iso 0
set vdi_image "win7.vdi"
set config_of_app {
}
source ${genode_dir}/repos/ports/run/virtualbox_auto.inc
run_genode_until "vbox_auto_test_helper is done." 20
exec kill [exp_pid −i $spawn_id]
# reset values used before
set build_components { }
set boot_modules { }
set config_of_app {
}
if {$use_iso} {
append config_of_app "
"
}
if {$use_vdi} {
append config_of_app "
"
}
append config_of_app {
}
source ${genode_dir}/repos/ports/run/virtualbox_auto.inc
run_genode_until "ignore resize request to 720x400" 20
run_genode_until "ignore resize request to 640x480" 25 $spawn_id
run_genode_until "ignore resize request to 800x600" 35 $spawn_id
run_genode_until {\[init -\> vbox\].*Guest Additions capability report:.*seamless: yes, hostWindowMapping: no, graphics: yes} 60 $spawn_id
puts "\nTest succeeded"