Skip testcases by any env var
[functest-xtesting.git] / xtesting / ci / testcases.yaml
1 ---
2 tiers:
3     -
4         name: samples
5         order: 1
6         description: ''
7         testcases:
8             -
9                 case_name: first
10                 project_name: xtesting
11                 criteria: 100
12                 blocking: true
13                 clean_flag: false
14                 description: ''
15                 run:
16                     module: 'xtesting.samples.first'
17                     class: 'Test'
18
19             -
20                 case_name: second
21                 project_name: xtesting
22                 criteria: 100
23                 blocking: true
24                 clean_flag: false
25                 description: ''
26                 run:
27                     module: 'xtesting.samples.second'
28                     class: 'Test'
29
30             -
31                 case_name: third
32                 project_name: xtesting
33                 criteria: 100
34                 blocking: true
35                 clean_flag: false
36                 description: ''
37                 run:
38                     module: 'xtesting.core.feature'
39                     class: 'BashFeature'
40                     args:
41                         cmd: 'echo -n Hello World; exit 0'
42
43             -
44                 case_name: fourth
45                 project_name: xtesting
46                 criteria: 100
47                 blocking: true
48                 clean_flag: false
49                 description: ''
50                 run:
51                     module: 'xtesting.core.unit'
52                     class: 'Suite'
53                     args:
54                         name: 'xtesting.samples.fourth'
55
56             -
57                 case_name: fifth
58                 project_name: xtesting
59                 enabled: false
60                 criteria: 100
61                 blocking: false
62                 clean_flag: false
63                 description: ''
64                 run:
65                     module: 'xtesting.core.robotframework'
66                     class: 'RobotFramework'
67                     args:
68                         suites:
69                             - /usr/lib/python2.7/site-packages/xtesting/samples/HelloWorld.txt
70                         variable:
71                             - 'var01:foo'
72                             - 'var02:bar'