Add tempest_heat in CNTT smoke 91/69991/1
authorCédric Ollivier <cedric.ollivier@orange.com>
Mon, 27 Apr 2020 13:41:00 +0000 (15:41 +0200)
committerCédric Ollivier <cedric.ollivier@orange.com>
Mon, 27 Apr 2020 13:42:50 +0000 (15:42 +0200)
It increases Heat coverage [1].

[1] http://artifacts.opnfv.org/functest/24ELW4C5RKD4/functest-ovn-opnfv-functest-smoke-latest-tempest_heat-run-34/tempest_heat/tempest-report.html

Change-Id: I6630e4827a59b2ded34e5c271b9155df3b25f588
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
(cherry picked from commit d2bcbbf9dc9f1edc1e08e2add252618a08c4f07c)

ansible/site.cntt.yml
docker/smoke-cntt/testcases.yaml

index 55ae825..4fdd138 100644 (file)
@@ -55,6 +55,7 @@
             - neutron-tempest-plugin-api-cntt
             - tempest_cinder_cntt
             - tempest_keystone_cntt
+            - tempest_heat_cntt
             - rally_sanity_cntt
             - tempest_full_cntt
             - tempest_scenario_cntt
index 49fbf3b..7df2df7 100644 (file)
@@ -108,6 +108,30 @@ tiers:
                         option:
                             - '--concurrency=3'
 
+            -
+                case_name: tempest_heat_cntt
+                project_name: functest
+                criteria: 100
+                blocking: false
+                deny_skipping: true
+                tests_count: 121
+                description: >-
+                    This test case runs the Tempest suite proposed by the
+                    Heat project.
+                run:
+                    name: tempest_heat
+                    args:
+                        mode: "(?!.*functional.test_lbaasv2)\
+                          (?!.*RemoteStackTest.test_stack_create_with_cloud_credential)\
+                          (?!.*scenario.test_aodh_alarm)\
+                          (?!.*tests.scenario.test_autoscaling_lb)\
+                          (?!.*scenario.test_autoscaling_lbv2)\
+                          (?!.*scenario.test_server_software_config)\
+                          (?!.*test_volumes.VolumeBackupRestoreIntegrationTest)\
+                          ^heat_tempest_plugin.tests"
+                        option:
+                            - '--concurrency=1'
+
             -
                 case_name: rally_sanity_cntt
                 project_name: functest