From Fedora Project Wiki
(Created page with '= Description = {{{description|This test case is to run pynfs test suite on a NFSv4 root}}} = How to test = <noinclude> Be as specific as required for the target audience. </noi...') |
(Correct use of Template:QA/Test_Case) |
||
Line 1: | Line 1: | ||
{{QA/Test_Case | |||
|description=This test case is to run pynfs test suite on a NFSv4 root | |||
= | |actions= | ||
# You can run both NFS server and client on the same system or use different systems. First, configure the NFS server. | |||
# You can run both NFS server and client on the same system or use different systems. | |||
#: <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'' connectathon testsuite. | ||
# | #: <pre> | ||
#: git clone git://linux-nfs.org/~iisaman/pynfs.git </pre> | |||
# From the ''client'' system, run the connectathon testsuite. | |||
#: <pre> | #: <pre> | ||
#: cd pynfs | #: cd pynfs | ||
#: 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:42, 28 January 2010
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 connectathon testsuite.
- git clone git://linux-nfs.org/~iisaman/pynfs.git
- From the client system, run the connectathon testsuite.
- cd pynfs
- 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.