27942a56d8402006589f7694a901dc0e5af37793
[functest.git] / docker / components / testcases.yaml
1 ---
2 tiers:
3     -
4         name: components
5         order: 3
6         ci_loop: 'weekly'
7         description: >-
8             Extensive testing of OpenStack API.
9         testcases:
10             -
11                 case_name: tempest_full_parallel
12                 project_name: functest
13                 criteria: 80
14                 blocking: false
15                 description: >-
16                     The list of test cases is generated by
17                     Tempest automatically and depends on the parameters of
18                     the OpenStack deplopyment.
19                 dependencies:
20                     installer: '^((?!netvirt).)*$'
21                     scenario: ''
22                 run:
23                     module: 'functest.opnfv_tests.openstack.tempest.tempest'
24                     class: 'TempestFullParallel'
25
26             -
27                 case_name: rally_full
28                 project_name: functest
29                 criteria: 100
30                 blocking: false
31                 description: >-
32                     This test case runs the full suite of scenarios of the
33                     OpenStack Rally suite using several threads and iterations.
34                 dependencies:
35                     installer: '^((?!netvirt).)*$'
36                     scenario: ''
37                 run:
38                     module: 'functest.opnfv_tests.openstack.rally.rally'
39                     class: 'RallyFull'