Refactor tempest common
[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
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: ''
21                     scenario: ''
22                 run:
23                     module: 'functest.opnfv_tests.openstack.tempest.tempest'
24                     class: 'TempestCommon'
25                     args:
26                         mode: '^tempest\.'
27
28             -
29                 case_name: rally_full
30                 project_name: functest
31                 criteria: 100
32                 blocking: false
33                 description: >-
34                     This test case runs the full suite of scenarios of the
35                     OpenStack Rally suite using several threads and iterations.
36                 dependencies:
37                     installer: ''
38                     scenario: ''
39                 run:
40                     module: 'functest.opnfv_tests.openstack.rally.rally'
41                     class: 'RallyFull'