blob: 86b0d279fd8aa59033814c037f7aa892da7b72be (
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
|
tiers:
-
name: samples
order: 1
ci_loop: 'daily'
description : ''
testcases:
-
case_name: first
project_name: xtesting
criteria: 100
blocking: true
clean_flag: false
description: ''
dependencies:
installer: ''
scenario: ''
run:
module: 'first'
class: 'Test'
-
case_name: second
project_name: xtesting
criteria: 100
blocking: true
clean_flag: false
description: ''
dependencies:
installer: ''
scenario: ''
run:
module: 'second'
class: 'Test'
-
case_name: third
project_name: xtesting
criteria: 100
blocking: true
clean_flag: false
description: ''
dependencies:
installer: ''
scenario: ''
run:
module: 'xtesting.core.feature'
class: 'BashFeature'
args:
cmd: 'echo -n Hello World; exit 0'
-
case_name: fourth
project_name: xtesting
criteria: 100
blocking: true
clean_flag: false
description: ''
dependencies:
installer: ''
scenario: ''
run:
module: 'xtesting.core.unit'
class: 'Suite'
args:
name: 'fourth'
|