diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2020-04-28 08:56:08 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2020-04-28 09:25:14 +0200 |
commit | 263e6f2d8512b1152b017798fc1603163a0f1c15 (patch) | |
tree | 2f8ed9710d01c9f034bc834d51cdf21624e02436 | |
parent | 76a61d838ab8c3016704b5df69c7d178100591d7 (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>
(cherry picked from commit ec014dd2d4567079d854cc0f97f3dbc0bd345ca5)
-rw-r--r-- | docker/smoke-cntt/testcases.yaml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docker/smoke-cntt/testcases.yaml b/docker/smoke-cntt/testcases.yaml index 1c4135b37..f89f94dc5 100644 --- a/docker/smoke-cntt/testcases.yaml +++ b/docker/smoke-cntt/testcases.yaml @@ -112,7 +112,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. @@ -126,6 +126,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' |