| 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 | 5 |
| 6 # Choose the main VM | 6 # Choose the main VM |
| 7 main_vm = vm1 | 7 main_vm = vm1 |
| 8 | 8 |
| 9 # Some preprocessor/postprocessor params | 9 # Some preprocessor/postprocessor params |
| 10 start_vm = yes | 10 start_vm = yes |
| (...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 51 # Load modules built/installed by the build test? | 51 # Load modules built/installed by the build test? |
| 52 load_modules = no | 52 load_modules = no |
| 53 # Save the results of this build on test.resultsdir? | 53 # Save the results of this build on test.resultsdir? |
| 54 save_results = no | 54 save_results = no |
| 55 variants: | 55 variants: |
| 56 - git: | 56 - git: |
| 57 mode = git | 57 mode = git |
| 58 user_git_repo = git://git.kernel.org/pub/scm/virt/kvm/qemu-kvm.g
it | 58 user_git_repo = git://git.kernel.org/pub/scm/virt/kvm/qemu-kvm.g
it |
| 59 user_branch = next | 59 user_branch = next |
| 60 user_lbranch = next | 60 user_lbranch = next |
| 61 test_git_repo = git://git.kernel.org/pub/scm/virt/kvm/kvm-unit-t
ests.git |
| 61 | 62 |
| 62 - unittest: | 63 - unittest: |
| 63 type = unittest | 64 type = unittest |
| 64 vms = '' | 65 vms = '' |
| 65 start_vm = no | 66 start_vm = no |
| 66 unittest_timeout = 600 | 67 unittest_timeout = 600 |
| 67 testdev = yes | 68 testdev = yes |
| 68 extra_params += " -S" | 69 extra_params += " -S" |
| 69 # In case you want to execute only a subset of the tests defined on the | 70 # In case you want to execute only a subset of the tests defined on the |
| 70 # unittests.cfg file on qemu-kvm, uncomment and edit test_list | 71 # unittests.cfg file on qemu-kvm, uncomment and edit test_list |
| 71 #test_list = idt_test hypercall vmexit realmode | 72 #test_list = idt_test hypercall vmexit realmode |
| 72 | 73 |
| 73 only build.git unittest | 74 only build.git unittest |
| OLD | NEW |