OLD | NEW |
1 # Copy this file to unittests.cfg and edit it. | 1 # Copy this file to unittests.cfg and edit it. |
2 # | 2 # |
3 # Define the objects we'll be using | 3 # Define the objects we'll be using |
4 vms = vm1 | 4 vms = vm1 |
| 5 vm_type = kvm |
5 | 6 |
6 # Choose the main VM | 7 # Choose the main VM |
7 main_vm = vm1 | 8 main_vm = vm1 |
8 | 9 |
9 # Some preprocessor/postprocessor params | 10 # Some preprocessor/postprocessor params |
10 start_vm = yes | 11 start_vm = yes |
11 kill_vm = yes | 12 kill_vm = yes |
12 kill_vm_gracefully = no | 13 kill_vm_gracefully = no |
13 | 14 |
14 # Monitor | 15 # Monitor |
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
65 vms = '' | 66 vms = '' |
66 start_vm = no | 67 start_vm = no |
67 unittest_timeout = 600 | 68 unittest_timeout = 600 |
68 testdev = yes | 69 testdev = yes |
69 extra_params += " -S" | 70 extra_params += " -S" |
70 # In case you want to execute only a subset of the tests defined on the | 71 # In case you want to execute only a subset of the tests defined on the |
71 # unittests.cfg file on qemu-kvm, uncomment and edit test_list | 72 # unittests.cfg file on qemu-kvm, uncomment and edit test_list |
72 #test_list = idt_test hypercall vmexit realmode | 73 #test_list = idt_test hypercall vmexit realmode |
73 | 74 |
74 only build.git unittest | 75 only build.git unittest |
OLD | NEW |