diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2020-04-28 01:16:35 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2020-04-28 01:19:00 +0200 |
commit | 460692d3065e95587507891480e6c473b9e1ee3e (patch) | |
tree | 84c7903a792a738f64ac7249d73e98dcc03a2585 /docker/smoke-cntt | |
parent | c5d82e42b9a1cfa76ab1c766c31bf7d26832e870 (diff) |
Skip CfnInitIntegrationTest in tempest_heat
It sometimes fails due to other test resources [1].
[1] http://artifacts.opnfv.org/functest/83IV2XRCU05K/functest-opnfv-functest-smoke-latest-tempest_heat-run-53/tempest_heat/tempest-report.html
Change-Id: Ied91781c784370b424653e37c090a909f16b6585
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
(cherry picked from commit f1c7b8055728705988394368926edaa2627eb6d2)
Diffstat (limited to 'docker/smoke-cntt')
-rw-r--r-- | docker/smoke-cntt/tempest_conf.yaml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/docker/smoke-cntt/tempest_conf.yaml b/docker/smoke-cntt/tempest_conf.yaml index 9d51dc620..dc13d6ce5 100644 --- a/docker/smoke-cntt/tempest_conf.yaml +++ b/docker/smoke-cntt/tempest_conf.yaml @@ -81,3 +81,9 @@ object-storage-feature-enabled: tempurl,crossdomain,container_quotas,staticweb,account_quotas,slo" object_versioning: true discoverability: true +heat_plugin: + skip_scenario_test_list: "AodhAlarmTest,SoftwareConfigIntegrationTest,\ + VolumeBackupRestoreIntegrationTest,CfnInitIntegrationTest" + auth_version: 3 +heat_features_enabled: + multi_cloud: false |