mirror of
https://github.com/genodelabs/genode.git
synced 2025-01-30 16:14:13 +00:00
vbox5: add multiple VM test case
This commit is contained in:
parent
b403bd9d3e
commit
74b790f70b
35
repos/ports/run/vbox5_win7_64_multiple.run
Normal file
35
repos/ports/run/vbox5_win7_64_multiple.run
Normal file
@ -0,0 +1,35 @@
|
||||
#
|
||||
# Windows 7 64bit in VirtualBox
|
||||
#
|
||||
# Prepared for internal test machine, which has 8 logical cores.
|
||||
|
||||
# 6 Win7 64bit VMs are started, each having 2 vCPUs, using the same image and
|
||||
# different overlays. Changes to the VM are written to the overlays of ram_fs
|
||||
# and dropped after the test.
|
||||
|
||||
# lCPU 0 : Genode base system and drivers
|
||||
# lCPU 1-2: VM1 2 vCPUs
|
||||
# ...
|
||||
# lCPU 6-7: VM6 2 vCPUs
|
||||
|
||||
assert_spec 64bit
|
||||
|
||||
set flavor "win7_64"
|
||||
|
||||
set use_vbox4 0
|
||||
set use_vbox5 1
|
||||
|
||||
set use_rumpfs 1
|
||||
# Write overlay only into ram
|
||||
set use_ram_fs 1
|
||||
# However read initial overlay from disk
|
||||
set use_overlay_from_disk 1
|
||||
|
||||
set use_usb 1
|
||||
set use_ps2 [have_spec ps2]
|
||||
|
||||
set use_vms 6
|
||||
set affinity_space_width 8
|
||||
set use_cpu_load 1
|
||||
|
||||
source ${genode_dir}/repos/ports/run/vbox_win.inc
|
@ -56,6 +56,7 @@ vbox4_win10_64
|
||||
vbox5_win7_32
|
||||
vbox5_win7_64
|
||||
vbox5_win7_64_share
|
||||
vbox5_win7_64_multiple
|
||||
vbox5_win10_64
|
||||
tz_vmm
|
||||
vmm
|
||||
|
Loading…
x
Reference in New Issue
Block a user