From Fedora Project Wiki
Description
This test case is to run connectathon 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. Configure the server.
- Export a NFS mount.
- cp /etc/exports /etc/exports.orig
- echo '/nfs *(rw,insecure,no_root_squash)' > /etc/exports
- mkdir /nfs
- service nfs restart
- Create test trees.
- git clone git://fedorapeople.org/~steved/cthon04
- cd cthon04
- ./runcthon --mkdirs /nfs
From a client,
- Download the connectathon testsuite from the client.
- git clone git://fedorapeople.org/~steved/cthon04
- Run the connectathon testsuite from the client.
- cd cthon04
- make
- ./runcthon --server <server IP> --serverdir /nfs --onlyv4
Expected Results
- Step #1 completes without error.
- The testsuite finishes without error; no nfs*.error files in /tmp.