From ac40901f8d438d676db5646e2659c791b0e1aac5 Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Sat, 11 Apr 2020 10:11:41 +0200 Subject: Disable VolumeBackupRestoreIntegrationTest if OVN MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It completes "Skip VolumeBackupRestoreIntegrationTest in temptest_heat" Change-Id: I798cefa3a3648277cc321cc9e85be9b634aa9e20 Signed-off-by: Cédric Ollivier --- .../opnfv_tests/openstack/tempest/custom_tests/tempest_conf_ovn.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 d5daedf4d..8b72f7d33 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 @@ -82,7 +82,8 @@ object-storage-feature-enabled: object_versioning: true discoverability: true heat_plugin: - skip_scenario_test_list: AodhAlarmTest,SoftwareConfigIntegrationTest + skip_scenario_test_list: "AodhAlarmTest,SoftwareConfigIntegrationTest,\ + VolumeBackupRestoreIntegrationTest" auth_version: 3 heat_features_enabled: multi_cloud: false -- cgit 1.2.3-korg