diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2020-05-27 14:05:53 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2020-07-15 00:42:35 +0200 |
commit | ac4a7883fdacecae06d050fa20b1752f8b671592 (patch) | |
tree | 1ebbedea19af2b4417c27286406f25efcd77b2d2 /docker/smoke-cntt/tempest_conf.yaml | |
parent | c9f30ec195557fa7ef4395c79032f74ad22958b2 (diff) |
Enable back manage_snapshot testing in CNTT
Baraque selects Train:
https://github.com/cntt-n/CNTT/pull/1782
https://github.com/cntt-n/CNTT/pull/1783
Change-Id: Ie715a86cf6129ab5b51bf9e0ec07f326c0f86ccb
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
(cherry picked from commit 31bf59e9ecefbf6c917638d2ab4c13f635f8f622)
Diffstat (limited to 'docker/smoke-cntt/tempest_conf.yaml')
-rw-r--r-- | docker/smoke-cntt/tempest_conf.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/smoke-cntt/tempest_conf.yaml b/docker/smoke-cntt/tempest_conf.yaml index 969a67c82..690b9387e 100644 --- a/docker/smoke-cntt/tempest_conf.yaml +++ b/docker/smoke-cntt/tempest_conf.yaml @@ -72,7 +72,7 @@ volume-feature-enabled: backup: true snapshot: true clone: true - manage_snapshot: false + manage_snapshot: true manage_volume: true extend_attached_volume: false consistency_group: false |