aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2020-04-28 01:16:35 +0200
committerCédric Ollivier <cedric.ollivier@orange.com>2020-04-28 01:19:56 +0200
commit4fee5708677342f0675afeb78ce00c4d5e8d5beb (patch)
treee1f5d3c07eae8d82aef012fe950102045442c09b
parent37cd003f4fb5f2901c206406a156d822c6cac064 (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)
-rw-r--r--docker/smoke-cntt/tempest_conf.yaml6
-rw-r--r--functest/opnfv_tests/openstack/tempest/custom_tests/tempest_conf.yaml2
-rw-r--r--functest/opnfv_tests/openstack/tempest/custom_tests/tempest_conf_ovn.yaml2
3 files changed, 8 insertions, 2 deletions
diff --git a/docker/smoke-cntt/tempest_conf.yaml b/docker/smoke-cntt/tempest_conf.yaml
index fb9c5d060..5883cab9b 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
diff --git a/functest/opnfv_tests/openstack/tempest/custom_tests/tempest_conf.yaml b/functest/opnfv_tests/openstack/tempest/custom_tests/tempest_conf.yaml
index ed82ba6d4..f35b67d09 100644
--- a/functest/opnfv_tests/openstack/tempest/custom_tests/tempest_conf.yaml
+++ b/functest/opnfv_tests/openstack/tempest/custom_tests/tempest_conf.yaml
@@ -81,7 +81,7 @@ object-storage-feature-enabled:
discoverability: true
heat_plugin:
skip_scenario_test_list: "AodhAlarmTest,SoftwareConfigIntegrationTest,\
- VolumeBackupRestoreIntegrationTest"
+ VolumeBackupRestoreIntegrationTest,CfnInitIntegrationTest"
auth_version: 3
heat_features_enabled:
multi_cloud: false
diff --git a/functest/opnfv_tests/openstack/tempest/custom_tests/tempest_conf_ovn.yaml b/functest/opnfv_tests/openstack/tempest/custom_tests/tempest_conf_ovn.yaml
index ed82ba6d4..f35b67d09 100644
--- a/functest/opnfv_tests/openstack/tempest/custom_tests/tempest_conf_ovn.yaml
+++ b/functest/opnfv_tests/openstack/tempest/custom_tests/tempest_conf_ovn.yaml
@@ -81,7 +81,7 @@ object-storage-feature-enabled:
discoverability: true
heat_plugin:
skip_scenario_test_list: "AodhAlarmTest,SoftwareConfigIntegrationTest,\
- VolumeBackupRestoreIntegrationTest"
+ VolumeBackupRestoreIntegrationTest,CfnInitIntegrationTest"
auth_version: 3
heat_features_enabled:
multi_cloud: false