From Fedora Project Wiki
No edit summary |
(Correct use of Template:QA/Test_Case) |
||
Line 1: | Line 1: | ||
{{QA/Test_Case | |||
|description=This test case is to run connectathon test suite on a NFSv4 root | |||
= | |actions= | ||
# You can run both NFS server and client on the same system or use different systems. Configure the server. | # You can run both NFS server and client on the same system or use different systems. Configure the server. | ||
#: <pre> | #: <pre> | ||
#: cp /etc/exports /etc/exports.orig | #: cp /etc/exports /etc/exports.orig | ||
#: echo '/nfs *(rw,insecure,no_root_squash)' >/etc/exports | #: echo '/nfs *(rw,insecure,no_root_squash)' > /etc/exports | ||
#: mkdir /nfs | #: mkdir /nfs | ||
#: service nfs restart | #: service nfs restart</pre> | ||
#: </pre> | # Download the connectathon testsuite | ||
#: <pre> | |||
#: git clone git://fedorapeople.org/~steved/cthon04</pre> | |||
# Run the connectathon testsuite from the client. | # Run the connectathon testsuite from the client. | ||
#: <pre> | #: <pre> | ||
#: cd cthon04 | #: cd cthon04 | ||
#: make | #: make | ||
#: ./runcthon --server <server IP> --serverdir /nfs | #: ./runcthon --server <server IP> --serverdir /nfs </pre> | ||
|results= | |||
# Step #1 completes without error. | # Step #1 completes without error. | ||
# The testsuite finishes without error; no nfs*.error files in /tmp. | # The testsuite finishes without error; no nfs*.error files in /tmp. | ||
}} | |||
[[Category:NFS_Test_Cases]] | |||
[[Category: | |||
Revision as of 14:38, 28 January 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
- 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.