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

Side by Side Diff: client/tests/kvm/tests.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/scripts/virtio_guest.py ('k') | client/tests/kvm/tests/build.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 tests.cfg and edit it. 1 # Copy this file to tests.cfg and edit it.
2 # 2 #
3 # This file contains the test set definitions. Define your test sets here. 3 # This file contains the test set definitions. Define your test sets here.
4 include tests_base.cfg 4 include tests_base.cfg
5 include cdkeys.cfg 5 include cdkeys.cfg
6 6
7 # Modify/comment the following lines if you wish to modify the paths of the 7 # Modify/comment the following lines if you wish to modify the paths of the
8 # image files, ISO files or qemu binaries. 8 # image files, ISO files or qemu binaries.
9 # 9 #
10 # As for the defaults: 10 # As for the defaults:
(...skipping 40 matching lines...) Expand 10 before | Expand all | Expand 10 after
51 # The default nw card for qemu is e1000 51 # The default nw card for qemu is e1000
52 only e1000 52 only e1000
53 only ide 53 only ide
54 # qemu using kvm doesn't support smp yet 54 # qemu using kvm doesn't support smp yet
55 only up 55 only up
56 only no_pci_assignable 56 only no_pci_assignable
57 only smallpages 57 only smallpages
58 only Fedora.13.64 58 only Fedora.13.64
59 only unattended_install.cdrom boot shutdown 59 only unattended_install.cdrom boot shutdown
60 # qemu needs -enable-kvm on the cmdline 60 # qemu needs -enable-kvm on the cmdline
61 extra_params = ' -enable-kvm' 61 extra_params += ' -enable-kvm'
62 62
63 # Runs qemu-kvm, f13 64 bit guest OS, install, boot, shutdown 63 # Runs qemu-kvm, f13 64 bit guest OS, install, boot, shutdown
64 - @qemu_kvm_f13_quick: 64 - @qemu_kvm_f13_quick:
65 # We want qemu-kvm for this run 65 # We want qemu-kvm for this run
66 qemu_binary = /usr/bin/qemu-kvm 66 qemu_binary = /usr/bin/qemu-kvm
67 only qcow2 67 only qcow2
68 only rtl8139 68 only virtio_net
69 only ide 69 only virtio_blk
70 only smp2 70 only smp2
71 only no_pci_assignable 71 only no_pci_assignable
72 only smallpages 72 only smallpages
73 only Fedora.13.64 73 only Fedora.13.64
74 only unattended_install.cdrom boot shutdown 74 only unattended_install.cdrom boot shutdown
75 75
76 # You may provide information about the DTM server for WHQL tests here:
77 #whql:
78 # server_address = 10.20.30.40
79 # server_shell_port = 10022
80 # server_file_transfer_port = 10023
81 # Note that the DTM server must run rss.exe (available under deps/),
82 # preferably with administrator privileges.
83
76 # Uncomment the following lines to enable abort-on-error mode: 84 # Uncomment the following lines to enable abort-on-error mode:
77 #abort_on_error = yes 85 #abort_on_error = yes
78 #kill_vm.* ?= no 86 #kill_vm.* ?= no
79 #kill_unresponsive_vms.* ?= no 87 #kill_unresponsive_vms.* ?= no
80 88
81 # Choose your test list from the testsets defined 89 # Choose your test list from the testsets defined
82 only qemu_kvm_f13_quick 90 only qemu_kvm_f13_quick
OLDNEW
« no previous file with comments | « client/tests/kvm/scripts/virtio_guest.py ('k') | client/tests/kvm/tests/build.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698