blob: c6a66a4d49866deca41d6bd87794c8bae10563f9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
|
# Copy this file to tests.cfg and edit it.
#
# This file contains the test set definitions. Define your test sets here.
include tests_base.cfg
include cdkeys.cfg
# Modify/comment the following lines if you wish to modify
# the paths of the image files, ISO files, step files or qemu binaries.
# If you keep these lines commented, all mentioned paths are expected
# to be found in the KVM test dir (tests/kvm/).
# On the example below:
# * qemu and qemu-img are expected to be found under /usr/bin/qemu-kvm and
# /usr/bin/qemu-img respectively.
# * All image files are expected under /tmp/kvm_autotest_root/images/
# * All iso files are expected under /tmp/kvm_autotest_root/isos/
# * All step files are expected under /tmp/kvm_autotest_root/steps/
#qemu_binary = /usr/bin/qemu-kvm
#qemu_img_binary = /usr/bin/qemu-img
#image_name.* ?<= /tmp/kvm_autotest_root/
#cdrom.* ?<= /tmp/kvm_autotest_root/
#steps ?<= /tmp/kvm_autotest_root/
# You will notice that in all test definition blocks we have 'only qemu-kvm'
# set. This means that qemu-kvm command line syntax will be used. If you
# intend to test qemu upstream, you'll have to change that to 'only qemu'.
variants:
- @full:
only qemu-kvm
- @sample1:
only qemu-kvm
only Fedora Windows
- @sample2:
only qemu-kvm
only qcow2
only ide
only default
only up
only Fedora.9.* RHEL.5.* Windows
only rtl8139
- @sample3:
only qemu-kvm
only qcow2.*ide.*default.*up.*Ubuntu-8.10-server.*(autotest.sleeptest)
only rtl8139
- @fc8_step:
only qemu-kvm
only qcow2
only ide
only default
only up
only Fedora.8.32
only install setup boot shutdown
only rtl8139
only hugepages
- @winXP_32_unattended:
only qemu-kvm
only qcow2
only ide
only default
only up
only WinXP.32
no install setup
no hugepages
only unattended_install setup boot shutdown
only rtl8139
- @fc11_kickstart:
only qemu-kvm
only qcow2
only ide
only default
only up
only Fedora.11.64
no install setup
no hugepages
only unattended_install boot shutdown
only rtl8139
# Choose your test list from the testsets defined
only fc11_kickstart
|