aboutsummaryrefslogtreecommitdiffstats
path: root/functest
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2019-11-22 20:43:53 +0100
committerCédric Ollivier <cedric.ollivier@orange.com>2019-11-22 20:55:17 +0100
commit9428fb02b99160b984e67cd2359da9dedbd28176 (patch)
tree5f27a1c74164d744fc0f4d51272d3edab69fe61a /functest
parent1763a22a9b6ba58a372d0373f8ccabebd4ab99b0 (diff)
Set manage_volume_ref and manage_snapshot_ref
Ceph doesn't conform with the LVM driver and asks for modifying the manage volume and snapshop refs [1]. It allows passing test_unmanage_manage_snapshot [2]. [1] https://opendev.org/openstack/tempest/commit/ebc752b59dd3e2164807930e31b313a92bce70d5 [2] http://artifacts.opnfv.org/functest/functest-opnfv-functest-smoke-latest-tempest_full-run-480/tempest_full/tempest-report.html Change-Id: I8d3b2484ba5cbd203c32fa446fa27e17a80888d5 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com> (cherry picked from commit ce9e26333b6f70a8fbabb86f9987c3c320e0cc26)
Diffstat (limited to 'functest')
-rw-r--r--functest/opnfv_tests/openstack/tempest/custom_tests/tempest_conf.yaml2
1 files changed, 2 insertions, 0 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 c4d8f6f33..3baac1d59 100644
--- a/functest/opnfv_tests/openstack/tempest/custom_tests/tempest_conf.yaml
+++ b/functest/opnfv_tests/openstack/tempest/custom_tests/tempest_conf.yaml
@@ -27,6 +27,8 @@ placement:
volume:
max_microversion: 3.55
storage_protocol: ceph
+ manage_volume_ref: source-name,volume-%s
+ manage_snapshot_ref: source-name,snapshot-%s
volume-feature-enabled:
multi_backend: false
backup: true