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