summaryrefslogtreecommitdiffstats
path: root/tests/functional/nfs_ganesha/root-squash
Commit message (Collapse)AuthorAgeFilesLines
* [Test] Add tc for root squash on nfs-ganeshaManisha Saini2020-05-262-0/+182
Verifcation of root-squash functionality with NFS-Ganesha * Create a volume and export it via Ganesha * Mount the volume on clients * Create some files and dirs inside mount point * Check for owner and group Owner and group should be root * Set permission as 777 for mount point * Enable root-squash on volume * Create some more files and dirs * Check for owner and group for any file Owner and group should be nfsnobody * Edit file created by root user nfsnobody user should not be allowed to edit file Change-Id: Ia345c772c84fcfe6ef716b9f1026fca5d399ab2a Signed-off-by: Manisha Saini <msaini@redhat.com>