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:24:37 +0200 |
commit | 1b228062aa427ebd2c8b472027e8c495117928aa (patch) | |
tree | f0513e02bf5bd8977007ec0310c4eb69a1abda45 | |
parent | 4a62d199a823392d5f64345ef8099f68cefa7077 (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' |