[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:
1 changed files with 0 additions and 1 deletions
@@ -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
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.