[manila] Don't set tempest opt "capability_snapshot_support"

Manila doesn't provide snapshots unless you
assert that you want them via share type
extra-specs. Tests that require "snapshot_support"
do this by creating a share type with that
extra-spec; so we don't need this config
option to be set.
It's actually detrimental when wanting to enable
snapshots on the Ceph driver [1]
[1] https://review.opendev.org/736827/
Change-Id: I41d6aa885e22d3f21150d49ae7e4a8f369cc96f5
Signed-off-by: Goutham Pacha Ravi <gouthampravi@gmail.com>
This commit is contained in:
Goutham Pacha Ravi
2020年06月19日 15:28:53 -07:00
parent 13bc9c09e8
commit dcd7f8fe77

View File

@@ -53,7 +53,6 @@ if [[ $MANILA_CEPH_DRIVER == 'cephfsnative' ]]; then
iniset $TEMPEST_CONFIG share enable_ip_rules_for_protocols
iniset $TEMPEST_CONFIG share enable_cert_rules_for_protocols
iniset $TEMPEST_CONFIG share enable_cephx_rules_for_protocols cephfs
iniset $TEMPEST_CONFIG share capability_snapshot_support False
iniset $TEMPEST_CONFIG share backend_names $BACKEND_NAME
# Disable manage/unmanage tests
Reference in New Issue
openstack/devstack-plugin-ceph
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.

The note is not visible to the blocked user.