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

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

Issue 6883246: Merge autotest upstream from @5318 ~ @5336 (Closed) Base URL: ssh://gitrw.chromium.org:9222/autotest.git@master
Patch Set: patch Created 9 years, 7 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/SLES-11.xml ('k') | client/tools/cd_hash.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 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
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
OLDNEW
« no previous file with comments | « client/tests/kvm/unattended/SLES-11.xml ('k') | client/tools/cd_hash.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698