From 9419fa59b809c3659fe502bdf64df4cdd65b2ee3 Mon Sep 17 00:00:00 2001 From: Arthy Loganathan Date: Wed, 5 Jul 2017 19:52:47 +0530 Subject: Added readme for nfs ganesha functional tests Change-Id: Ic066b8ad452b297a2c48e912883536ce3960c0eb Signed-off-by: Arthy Loganathan --- tests/functional/nfs_ganesha/README | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 tests/functional/nfs_ganesha/README diff --git a/tests/functional/nfs_ganesha/README b/tests/functional/nfs_ganesha/README new file mode 100644 index 000000000..24c26df04 --- /dev/null +++ b/tests/functional/nfs_ganesha/README @@ -0,0 +1,21 @@ +Scope of Testing: + +Nfs Ganesha functional tests includes test scripts specific to nfs ganesha +component such as high availability, nfsv4 acls, root squash, locks, +volume exports, subdirectory exports from client and server side, dynamic +refresh config. + +Configs to change in glusto_tests_config.yml file for running the tests: + +In cluster_config -> nfs_ganesha section, + - Set enable: True + - Give the number of nodes to participate in nfs ganesha cluster in + integer format. + - Virtual IPs for each nodes which will be part of nfs ganesha cluster + in list format. + +In mounts section, for each mount + - Set protocol to 'nfs'. + - For v3 mount, set options: 'vers=3' + - For v4 mount, set options: 'vers=4.0' + - If 'options' is set to empty string, it takes v3 mount by default. -- cgit