From Fedora Project Wiki
Description
This test case is to run pynfs test suite on a NFSv4 root
How to test
- You can run both NFS server and client on the same system or use different systems. First, configure the NFS server.
- cp /etc/exports /etc/exports.orig
- echo '/nfs *(rw,insecure,no_root_squash)' >/etc/exports
- mkdir /nfs
- service nfs restart
- Download pynfs testsuite.
- git clone git://linux-nfs.org/~iisaman/pynfs.git
- From the client system, run the pynfs testsuite.
- cd pynfs
- ./setup.py build_ext --inplace
- ./testserver.py --maketree 127.0.0.1:/nfs all
Expected Results
- Step #1 completes without error.
- The testsuite finishes without error; no nfs*.error files in /tmp.