|
| 1 | +# Copy this file to tests-shared.cfg and edit it. |
| 2 | +# |
| 3 | +# This file contains the base test set definitions, shared among single host |
| 4 | +# and multi host jobs. |
| 5 | + |
| 6 | +# Virtualization type (kvm or libvirt) |
| 7 | +vm_type = kvm |
| 8 | +# The hypervisor uri (default, qemu://hostname/system, etc.) |
| 9 | +# where default or unset means derive from installed system |
| 10 | +connect_uri = default |
| 11 | + |
| 12 | +# Include the base config files. |
| 13 | +include base.cfg |
| 14 | +include subtests.cfg |
| 15 | +include guest-os.cfg |
| 16 | +include guest-hw.cfg |
| 17 | +include cdkeys.cfg |
| 18 | +include virtio-win.cfg |
| 19 | + |
| 20 | +# Additional directory for find virt type tests. Relative to client/tests |
| 21 | +other_tests_dirs = "virt/openvswitch" |
| 22 | + |
| 23 | +# Modify/comment the following lines if you wish to modify the paths of the |
| 24 | +# image files, ISO files or qemu binaries. |
| 25 | +# |
| 26 | +# As for the defaults: |
| 27 | +# * qemu and qemu-img are expected to be found under /usr/bin/qemu-kvm and |
| 28 | +# /usr/bin/qemu-img respectively. |
| 29 | +# * All image files are expected under /tmp/kvm_autotest_root/images/ |
| 30 | +# * All install iso files are expected under /tmp/kvm_autotest_root/isos/ |
| 31 | +# * The parameters cdrom_unattended, floppy, kernel and initrd are generated |
| 32 | +# by KVM autotest, so remember to put them under a writable location |
| 33 | +# (for example, the cdrom share can be read only) |
| 34 | +image_name(_.*)? ?<= /tmp/kvm_autotest_root/images/ |
| 35 | +cdrom(_.*)? ?<= /tmp/kvm_autotest_root/ |
| 36 | +floppy(_.*)? ?<= /tmp/kvm_autotest_root/ |
| 37 | +Linux..unattended_install: |
| 38 | + kernel ?<= /tmp/kvm_autotest_root/ |
| 39 | + initrd ?<= /tmp/kvm_autotest_root/ |
| 40 | + |
| 41 | +# You may provide information about the DTM server for WHQL tests here: |
| 42 | +#whql: |
| 43 | +# server_address = 10.20.30.40 |
| 44 | +# server_shell_port = 10022 |
| 45 | +# server_file_transfer_port = 10023 |
| 46 | +# Note that the DTM server must run rss.exe (available under deps/), |
| 47 | +# preferably with administrator privileges. |
| 48 | + |
| 49 | +# Uncomment the following lines to enable abort-on-error mode: |
| 50 | +#abort_on_error = yes |
| 51 | +#kill_vm.* ?= no |
| 52 | +#kill_unresponsive_vms.* ?= no |
0 commit comments