Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(282)

Side by Side Diff: client/tests/kvm/unittests.cfg.sample

Issue 3554003: Merge remote branch 'cros/upstream' into tempbranch3 (Closed) Base URL: http://git.chromium.org/git/autotest.git
Patch Set: Created 10 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch | Annotate | Revision Log
« no previous file with comments | « client/tests/kvm/unattended/winxp64.sif ('k') | client/tests/libhugetlbfs/libhugetlbfs.py » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
OLDNEW
« no previous file with comments | « client/tests/kvm/unattended/winxp64.sif ('k') | client/tests/libhugetlbfs/libhugetlbfs.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698