Set manage_volume_ref and manage_snapshot_ref 51/68951/1
authorCédric Ollivier <cedric.ollivier@orange.com>
Fri, 22 Nov 2019 19:43:53 +0000 (20:43 +0100)
committerCédric Ollivier <cedric.ollivier@orange.com>
Fri, 22 Nov 2019 19:49:20 +0000 (20:49 +0100)
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>
functest/opnfv_tests/openstack/tempest/custom_tests/tempest_conf.yaml

index 02f3340..8171019 100644 (file)
@@ -27,6 +27,8 @@ placement:
 volume:
     max_microversion: latest
     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