aboutsummaryrefslogtreecommitdiffstats
path: root/docker/smoke-cntt/tempest_conf.yaml
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2020-05-27 14:05:53 +0200
committerCédric Ollivier <cedric.ollivier@orange.com>2020-05-27 16:50:06 +0200
commitc9d323d3f15fa913c3a54c89526277a4e3e6bfe8 (patch)
treefec559ccb7fdaf11f3588704f0d634f8f0d17919 /docker/smoke-cntt/tempest_conf.yaml
parent8c3b3c336f4fdf83b17e4beb3d4a8804f432ec67 (diff)
Skip manage_snapshot in CNTT
As detected by Orange's RC Field trial, Ceph doesn't support this feature before Rocky [1]. "AttributeError: 'RBDDriver' object has no attribute 'unmanage_snapshot'" manage_snapshot testing is fully passing in Functest SUT because CNTT is verified vs OpenStack Rocky and newer. Ceph is selected by RI as backend and is widely reused by the ecosytem. It's similar to [2]. [1] https://bugs.launchpad.net/cinder/+bug/1645288 [2] https://gerrit.opnfv.org/gerrit/c/functest/+/69888 Change-Id: I3b7f88f5bed9a47a1e26e16bbbf74fea24ca76c2 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com> (cherry picked from commit 830d508837f3b1011eeb44c3d5af5961fbf4c701)
Diffstat (limited to 'docker/smoke-cntt/tempest_conf.yaml')
-rw-r--r--docker/smoke-cntt/tempest_conf.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/smoke-cntt/tempest_conf.yaml b/docker/smoke-cntt/tempest_conf.yaml
index 4ce4cf42c..0e565d3f2 100644
--- a/docker/smoke-cntt/tempest_conf.yaml
+++ b/docker/smoke-cntt/tempest_conf.yaml
@@ -71,7 +71,7 @@ volume-feature-enabled:
backup: true
snapshot: true
clone: true
- manage_snapshot: true
+ manage_snapshot: false
manage_volume: true
extend_attached_volume: false
consistency_group: false