From 8b25bb1ed458bc576c31baa8156ac4c1cd3b1602 Mon Sep 17 00:00:00 2001 From: Ramana Raja Date: Sun, 28 May 2017 15:32:23 +0530 Subject: [PATCH] manila: run only nfs related tempest tests ... in the cephfs-nfs driver's Jenkins gate. Change-Id: I8ba601835f8f1d989422c3e047dd84edd9441a3d --- manila/post_test_hook.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/manila/post_test_hook.sh b/manila/post_test_hook.sh index 991aba9..93f43e4 100644 --- a/manila/post_test_hook.sh +++ b/manila/post_test_hook.sh @@ -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.