manila: run only nfs related tempest tests
... in the cephfs-nfs driver's Jenkins gate. Change-Id: I8ba601835f8f1d989422c3e047dd84edd9441a3d
This commit is contained in:
parent
57f56e79c4
commit
8b25bb1ed4
@ -60,6 +60,9 @@ if [[ $MANILA_CEPH_DRIVER == 'cephfsnative' ]]; then
|
|||||||
# CephFSNative driver does not yet support manage and unmanage operations of shares.
|
# CephFSNative driver does not yet support manage and unmanage operations of shares.
|
||||||
RUN_MANILA_MANAGE_TESTS=${RUN_MANILA_MANAGE_TESTS:-False}
|
RUN_MANILA_MANAGE_TESTS=${RUN_MANILA_MANAGE_TESTS:-False}
|
||||||
iniset $TEMPEST_CONFIG share run_manage_unmanage_tests $RUN_MANILA_MANAGE_TESTS
|
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
|
fi
|
||||||
|
|
||||||
# Set two retries for CI jobs.
|
# Set two retries for CI jobs.
|
||||||
|
Loading…
Reference in New Issue
Block a user