From Fedora Project Wiki
(Correct use of Template:QA/Test_Case) |
No edit summary |
||
Line 9: | Line 9: | ||
#: mkdir /nfs | #: mkdir /nfs | ||
#: service nfs restart</pre> | #: service nfs restart</pre> | ||
# Download the connectathon testsuite | # Download the connectathon testsuite from the client. | ||
#: <pre> | #: <pre> | ||
#: git clone git://fedorapeople.org/~steved/cthon04</pre> | #: git clone git://fedorapeople.org/~steved/cthon04</pre> |
Revision as of 04:43, 1 February 2010
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.
- cp /etc/exports /etc/exports.orig
- echo '/nfs *(rw,insecure,no_root_squash)' > /etc/exports
- mkdir /nfs
- service nfs restart
- 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
Expected Results
- Step #1 completes without error.
- The testsuite finishes without error; no nfs*.error files in /tmp.