manila: run only nfs related tempest tests

... in the cephfs-nfs driver's Jenkins gate.

Change-Id: I8ba601835f8f1d989422c3e047dd84edd9441a3d
This commit is contained in:
Ramana Raja 2017-05-28 15:32:23 +05:30
parent 57f56e79c4
commit 8b25bb1ed4
1 changed files with 3 additions and 0 deletions

View File

@ -60,6 +60,9 @@ if [[ $MANILA_CEPH_DRIVER == 'cephfsnative' ]]; then
# CephFSNative driver does not yet support manage and unmanage operations of shares.
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 capability_storage_protocol NFS
iniset $TEMPEST_CONFIG share enable_ip_rules_for_protocols nfs
fi
# Set two retries for CI jobs.