Set share enable_protocols for cephfsnfs driver
for tempest configuration in manila post test hook to "nfs" so that CIFS tempest tests will be skipped. Its default value is ["nfs", "cifs"]. Change-Id: I96a5f6bfd5364740689538538bac8bb59187b9b6
This commit is contained in:
1 changed files with 1 additions and 0 deletions
@@ -61,6 +61,7 @@ if [[ $MANILA_CEPH_DRIVER == 'cephfsnative' ]]; then
RUN_MANILA_MANAGE_TESTS=${RUN_MANILA_MANAGE_TESTS:-False}
iniset $TEMPEST_CONFIG share run_manage_unmanage_tests $RUN_MANILA_MANAGE_TESTS
elif [[ $MANILA_CEPH_DRIVER == 'cephfsnfs' ]]; then
iniset $TEMPEST_CONFIG share enable_protocols nfs
iniset $TEMPEST_CONFIG share capability_storage_protocol NFS
iniset $TEMPEST_CONFIG share enable_ip_rules_for_protocols nfs
fi
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.