summaryrefslogtreecommitdiffstats
path: root/tests/functional/nfs_ganesha
diff options
context:
space:
mode:
authorkshithijiyer <kshithij.ki@gmail.com>2020-01-08 12:44:13 +0530
committerBala Konda Reddy M <bmekala@redhat.com>2020-01-08 07:35:40 +0000
commit0cbecf2763cf323a36e4b07ced7f436b1aeacb3f (patch)
tree7d8fb4c51610334f1638f7fbe8b343a641d8112b /tests/functional/nfs_ganesha
parent4b34d0310d78f9d162689cf40a85a3d97d834218 (diff)
[Doc] Changing all text files to markdown files
Change-Id: I36949296607b09e66ce0a56029359481c0b76b8b Signed-off-by: kshithijiyer <kshithij.ki@gmail.com>
Diffstat (limited to 'tests/functional/nfs_ganesha')
-rw-r--r--tests/functional/nfs_ganesha/README.md (renamed from tests/functional/nfs_ganesha/README)21
1 files changed, 11 insertions, 10 deletions
diff --git a/tests/functional/nfs_ganesha/README b/tests/functional/nfs_ganesha/README.md
index 24c26df04..d67544bf8 100644
--- a/tests/functional/nfs_ganesha/README
+++ b/tests/functional/nfs_ganesha/README.md
@@ -1,5 +1,6 @@
-Scope of Testing:
+# NFS Ganesha Tests
+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
@@ -8,14 +9,14 @@ 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.
+- 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.
+- 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.