Merge "Fix parse error in tempest_smoke"
[functest.git] / docker / components / testcases.yaml
1 ---
2 tiers:
3     -
4         name: components
5         order: 3
6         description: >-
7             Extensive testing of OpenStack API.
8         testcases:
9             -
10                 case_name: tempest_full
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                 run:
19                     module: 'functest.opnfv_tests.openstack.tempest.tempest'
20                     class: 'TempestCommon'
21                     args:
22                         mode: '^(tempest|neutron_tempest_plugin)\.'
23
24             -
25                 case_name: rally_full
26                 project_name: functest
27                 criteria: 100
28                 blocking: false
29                 description: >-
30                     This test case runs the full suite of scenarios of the
31                     OpenStack Rally suite using several threads and iterations.
32                 run:
33                     module: 'functest.opnfv_tests.openstack.rally.rally'
34                     class: 'RallyFull'