diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2020-04-27 15:41:00 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2020-04-27 15:43:07 +0200 |
commit | dd28f55db6234eab2399667d65eec3630e961381 (patch) | |
tree | f158f680061e087bc0766cc69b1e6068f54f2107 | |
parent | e8d81360e064faea0d6b011b0efc537035234527 (diff) |
Add tempest_heat in CNTT smoke
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)
-rw-r--r-- | ansible/site.cntt.yml | 1 | ||||
-rw-r--r-- | docker/smoke-cntt/testcases.yaml | 24 |
2 files changed, 25 insertions, 0 deletions
diff --git a/ansible/site.cntt.yml b/ansible/site.cntt.yml index 26c614395..2486bebdf 100644 --- a/ansible/site.cntt.yml +++ b/ansible/site.cntt.yml @@ -60,6 +60,7 @@ - neutron-tempest-plugin-api-cntt - tempest_cinder_cntt - tempest_keystone_cntt + - tempest_heat_cntt - rally_sanity_cntt - tempest_full_cntt - tempest_scenario_cntt diff --git a/docker/smoke-cntt/testcases.yaml b/docker/smoke-cntt/testcases.yaml index 7590d5d03..1c4135b37 100644 --- a/docker/smoke-cntt/testcases.yaml +++ b/docker/smoke-cntt/testcases.yaml @@ -107,6 +107,30 @@ tiers: - '--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 criteria: 100 |