aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2020-04-28 08:56:08 +0200
committerCédric Ollivier <cedric.ollivier@orange.com>2020-04-28 08:56:08 +0200
commitec014dd2d4567079d854cc0f97f3dbc0bd345ca5 (patch)
treec2f1733c55e1ffdb22a2ddfd4e40f905aeb024ad
parent5a5dbe8f495d26e0575d551332c2192b3abb46d6 (diff)
Complete "Skip CfnInitIntegrationTest in tempest_heat"
http://artifacts.opnfv.org/functest/SXA8X2BBP3L4/functest-opnfv-functest-smoke-cntt-latest-tempest_heat_cntt-run-1/tempest_heat_cntt/tempest-report.html Change-Id: Ie26d561fbb490bcaafe7c8ffddebc28bd72ff51c Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
-rw-r--r--docker/smoke-cntt/testcases.yaml3
1 files changed, 2 insertions, 1 deletions
diff --git a/docker/smoke-cntt/testcases.yaml b/docker/smoke-cntt/testcases.yaml
index 168fe06dd..b3f473bb5 100644
--- a/docker/smoke-cntt/testcases.yaml
+++ b/docker/smoke-cntt/testcases.yaml
@@ -117,7 +117,7 @@ tiers:
criteria: 100
blocking: false
deny_skipping: true
- tests_count: 121
+ tests_count: 120
description: >-
This test case runs the Tempest suite proposed by the
Heat project.
@@ -131,6 +131,7 @@ tiers:
(?!.*scenario.test_autoscaling_lbv2)\
(?!.*scenario.test_server_software_config)\
(?!.*test_volumes.VolumeBackupRestoreIntegrationTest)\
+ (?!.*scenario.test_server_cfn_init)\
^heat_tempest_plugin.tests"
option:
- '--concurrency=1'