Add tempest_cinder in compliance
[functest.git] / docker / smoke-cntt / testcases.yaml
1 ---
2 tiers:
3     -
4         name: smoke
5         order: 1
6         description: >-
7             Set of basic Functional tests to validate the OPNFV scenarios.
8         testcases:
9             -
10                 case_name: neutron-tempest-plugin-api
11                 project_name: functest
12                 criteria: 100
13                 blocking: false
14                 deny_skipping: true
15                 tests_count: 536
16                 description: >-
17                     This test case runs the Tempest suite proposed by the
18                     Neutron project. The list of test cases is generated by
19                     Tempest automatically and depends on the parameters of
20                     the OpenStack deployment.
21                 run:
22                     name: tempest_common
23                     args:
24                         mode: "(?!.*test_logging)(?!.*test_logging_negative)\
25                             (?!.*test_network_segment_range)\
26                             (?!.*test_ports.PortTestCasesResourceRequest)\
27                             (?!.*test_conntrack_helper)\
28                             (?!.*test_metering_extensions)\
29                             (?!.*test_metering_negative)\
30                             (?!.*test_networks.NetworksTestJSON.test_create_update_network_dns_domain)\
31                             (?!.*test_port_forwardings)\
32                             (?!.*test_ports.PortsTestJSON.test_create_port_with_propagate_uplink_status)\
33                             (?!.*test_ports.PortsTestJSON.test_create_port_without_propagate_uplink_status)\
34                             (?!.*test_ports.PortsTestJSON.test_create_update_port_with_dns_domain)\
35                             (?!.*test_ports.PortsTestJSON.test_create_update_port_with_dns_name)\
36                             (?!.*test_ports.PortsTestJSON.test_create_update_port_with_no_dns_name)\
37                             (?!.*test_revisions.TestRevisions.test_update_dns_domain_bumps_revision)\
38                             (?!.*test_router_interface_fip)\
39                             (?!.*test_timestamp.TestTimeStamp.test_segment_with_timestamp)\
40                             (?!.*test_qos.QosMinimumBandwidthRuleTestJSON)\
41                             (^neutron_tempest_plugin.api)"
42                         option:
43                             - '--concurrency=4'
44
45             -
46                 case_name: tempest_cinder
47                 project_name: functest
48                 criteria: 100
49                 blocking: false
50                 deny_skipping: true
51                 tests_count: 7
52                 description: >-
53                     This test case runs the Tempest suite proposed by the
54                     Cinder project.
55                 run:
56                     name: tempest_common
57                     args:
58                         mode: "(?!.*test_incremental_backup)\
59                             (?!.*test_consistencygroups)\
60                             (^cinder_tempest_plugin.)"
61                         option:
62                             - '--concurrency=4'