diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2020-04-11 10:11:41 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2020-04-11 10:12:46 +0200 |
commit | c569d24a3df63d7de01674e3920fa822594262ec (patch) | |
tree | 2be700e405c25c5e936c15dc8e3219313d95fac9 | |
parent | 3c8c66849b5a13bb0a7a51dc94beb72b776391bf (diff) |
Disable VolumeBackupRestoreIntegrationTest if OVN
It completes "Skip VolumeBackupRestoreIntegrationTest in temptest_heat"
Change-Id: I798cefa3a3648277cc321cc9e85be9b634aa9e20
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
(cherry picked from commit ac40901f8d438d676db5646e2659c791b0e1aac5)
-rw-r--r-- | functest/opnfv_tests/openstack/tempest/custom_tests/tempest_conf_ovn.yaml | 3 |
1 files changed, 2 insertions, 1 deletions
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 50a32a242..efc4aa95d 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 |