forked from lop-devops/tests
-
Notifications
You must be signed in to change notification settings - Fork 0
/
no_run_tests.conf
executable file
·129 lines (127 loc) · 2.35 KB
/
no_run_tests.conf
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
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
# Add tests that you dont want to run as comma separated list, in the particular environment.
# The tests should be taken from cfg files.
# The mentioned tests, if present in any cfg file, do not run.
# You do not want to run "avocado-misc-tests/io/disk/ioping.py avocado-misc-tests/io/disk/ioping.py.data/ioping.yaml"
# example.cfg contains this test, so it will not run this test.
# But if there is another cfg which has "avocado-misc-tests/io/disk/ioping.py" test, that will run.
# If you do not want to run "avocado-misc-tests/io/disk/ioping.py" test, irrespective of yamls, add a * to the end in
# this file. That makes any test starting with "avocado-misc-tests/io/disk/ioping.py" to not run
# Each test-yaml pair is treated as a different test, and test without yaml is treated as a different test, as should be.
[norun_NV]
tests =
[norun_pHyp]
tests =
[norun_centos]
tests =
[norun_centos_NV]
tests =
[norun_centos_pHyp]
tests =
[norun_centos_kvm]
tests =
[norun_ubuntu]
tests =
[norun_ubuntu_NV]
tests =
[norun_ubuntu_pHyp]
tests =
[norun_ubuntu_kvm]
tests =
[norun_rhel]
tests =
[norun_rhel7]
tests =
[norun_rhel7.6]
tests =
[norun_rhel7.6_NV]
tests =
[norun_rhel7.6_pHyp]
tests =
[norun_rhel7.6_kvm]
tests =
[norun_rhel7.7]
tests =
[norun_rhel7.7_NV]
tests =
[norun_rhel7.7_pHyp]
tests =
[norun_rhel7.7_kvm]
tests =
[norun_rhel8]
tests =
[norun_rhel8.0]
tests =
[norun_rhel8.0_NV]
tests =
[norun_rhel8.0_pHyp]
tests =
[norun_rhel8.0_kvm]
tests =
[norun_rhel8.1]
tests =
[norun_rhel8.1_NV]
tests =
[norun_rhel8.1_pHyp]
tests =
[norun_rhel8.1_kvm]
tests =
[norun_fedora]
tests =
[norun_fedora_NV]
tests =
[norun_fedora_pHyp]
tests =
[norun_fedora_kvm]
tests =
[norun_fedorabe_NV]
tests =
[norun_fedorabe_pHyp]
tests =
[norun_fedorabe_kvm]
tests =
[norun_sles]
tests =
[norun_sles12]
tests =
[norun_sles12.sp3]
tests =
[norun_sles12.sp3_NV]
tests =
[norun_sles12.sp3_pHyp]
tests =
[norun_sles12.sp3_kvm]
tests =
[norun_sles12.sp4]
tests =
[norun_sles12.sp4_NV]
tests =
[norun_sles12.sp4_pHyp]
tests =
[norun_sles12.sp4_kvm]
tests =
[norun_sles12.sp5]
tests =
[norun_sles12.sp5_NV]
tests =
[norun_sles12.sp5_pHyp]
tests =
[norun_sles12.sp5_kvm]
tests =
[norun_sles15]
tests =
[norun_sles15.sp1]
tests =
[norun_sles15.sp1_NV]
tests =
[norun_sles15.sp1_pHyp]
tests =
[norun_sles15.sp1_kvm]
tests =
[norun_slesbe]
tests =
[norun_slesbe_NV]
tests =
[norun_slesbe_pHyp]
tests =
[norun_slesbe_kvm]
tests =