-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathGenVT.yml
33 lines (30 loc) · 971 Bytes
/
GenVT.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
breakpoint_serial:
vm_0:
{
os_image: /gos_images/ubuntu_0.qcow2,
vm_name: ubuntu-vm-0,
os_name: linux,
proxy_wl:
[
{
wl: synbench,
profile_name: high,
init_cmd: ./init.sh synbench ,
start_cmd: ./synbench.sh , #'cd ${HOME}/GenVT_Env/synbench && ./Gen_VT.sh &' ,
stop_cmd: null,
instances: 1,
}
]
}
vm_1:
[
os_image: /gos_images/ubuntu_1.qcow2,
vm_name: ubuntu-vm-1,
{
wl: synbench,
profile_name: high,
start_cmd: /home/sanjana/gfx/synbench/synbench /home/sanjana/gfx/synbench/params/intel_indu_hmi_high_profile.txt,
stop_cmd: null,
instances: 1,
}
]