diff options
3 files changed, 8 insertions, 2 deletions
diff --git a/docker/smoke-cntt/tempest_conf.yaml b/docker/smoke-cntt/tempest_conf.yaml index deb04115a..318606d1d 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 9f72c6628..9d948ec7c 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 24869016e..1ab2f9ffb 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 |