Add S3 env vars in env.py
[functest-xtesting.git] / docker / 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                     name: 'first'
17
18             -
19                 case_name: second
20                 project_name: xtesting
21                 criteria: 100
22                 blocking: true
23                 clean_flag: false
24                 description: ''
25                 run:
26                     name: 'second'
27
28             -
29                 case_name: third
30                 project_name: xtesting
31                 criteria: 100
32                 blocking: true
33                 clean_flag: false
34                 description: ''
35                 run:
36                     name: 'bashfeature'
37                     args:
38                         cmd: 'echo -n Hello World; exit 0'
39
40             -
41                 case_name: fourth
42                 project_name: xtesting
43                 criteria: 100
44                 blocking: true
45                 clean_flag: false
46                 description: ''
47                 run:
48                     name: 'unit'
49                     args:
50                         name: 'xtesting.samples.fourth'
51
52             -
53                 case_name: fifth
54                 project_name: xtesting
55                 criteria: 100
56                 blocking: true
57                 clean_flag: false
58                 description: ''
59                 run:
60                     name: 'robotframework'
61                     args:
62                         suites:
63                             - /usr/lib/python2.7/site-packages/xtesting/samples/HelloWorld.robot
64                         variable:
65                             - 'var01:foo'
66                             - 'var02:bar'