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:14 +0200 |
commit | ac40901f8d438d676db5646e2659c791b0e1aac5 (patch) | |
tree | 1acf79d6f87cbdd7f6d7789de7dbe4584c08defb | |
parent | b8f538839af265fd97c2a02c795a9e02db50ae9a (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>
-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 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 |