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:
= Description =
{{QA/Test_Case
{{{description|This test case is to run pynfs test suite on a NFSv4 root}}}
|description=This test case is to run pynfs test suite on a NFSv4 root


= How to test =
|actions=
<noinclude>
# You can run both NFS server and client on the same system or use different systems. First, configure the NFS server.
Be as specific as required for the target audience.
</noinclude>
{{{actions|
# 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'' connectathon testsuite.
# Run the connectathon testsuite from the client.
#: <pre>
#: git clone git://linux-nfs.org/~iisaman/pynfs.git </pre>
# From the ''client'' system, run the connectathon testsuite.
#: <pre>
#: <pre>
#: git clone git://linux-nfs.org/~iisaman/pynfs.git
#: cd pynfs
#: cd pynfs
#: make
#: make
#: ./runcthon --server <server IP> --serverdir /nfs
#: ./runcthon --server <server IP> --serverdir /nfs</pre>
#: <pre>
# }}}
 
= Expected Results =
<noinclude>


The following must be true to consider this a successful test run.  Be brief ... but explicit.
|results=
</noinclude>
{{{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.
#  }}}
}}


<noinclude>
[[Category:NFS_Test_Cases]]
{{tempdoc}}
[[Category:Test_Cases]]
[[Category:QA Templates]]
</noinclude>

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

  1. 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
  2. Download connectathon testsuite.
    git clone git://linux-nfs.org/~iisaman/pynfs.git
  3. From the client system, run the connectathon testsuite.
    cd pynfs
    make
    ./runcthon --server <server IP> --serverdir /nfs

Expected Results

  1. Step #1 completes without error.
  2. The testsuite finishes without error; no nfs*.error files in /tmp.