aboutsummaryrefslogtreecommitdiffstats
path: root/functest/opnfv_tests/openstack
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:16:35 +0200
commitf1c7b8055728705988394368926edaa2627eb6d2 (patch)
treec0ba06acea8552118062dc796bc809509f28fc5f /functest/opnfv_tests/openstack
parent5b6f2c0f29a56f122b85ec8f2353a2b5ec364d20 (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>
Diffstat (limited to 'functest/opnfv_tests/openstack')
-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
2 files changed, 2 insertions, 2 deletions
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 9fbc8c84b..1b8f61d2c 100644
--- a/functest/opnfv_tests/openstack/tempest/custom_tests/tempest_conf.yaml
+++ b/functest/opnfv_tests/openstack/tempest/custom_tests/tempest_conf.yaml
@@ -83,7 +83,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 8b72f7d33..c1165b72a 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
@@ -83,7 +83,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