From Fedora Project Wiki
m (moved QA:Testcase connectathon to QA:Testcase nfs connectathon) |
|||
Line 8: | Line 8: | ||
{{{actions| | {{{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>cp /etc/exports /etc/exports.orig</pre> | |||
# | <pre>echo '/nfs *(rw,insecure,no_root_squash)' >/etc/exports</pre> | ||
<pre>mkdir /nfs</pre> | |||
<pre>service nfs restart</pre> | |||
# Configure the client. | |||
<pre>git clone git://fedorapeople.org/~steved/cthon04</pre> | |||
<pre>cd cthon0</pre> | |||
<pre>make</pre> | |||
<pre>./runcthon --server <server IP> --serverdir /nfs<pre>}}} | |||
= Expected Results = | = Expected Results = |
Revision as of 10:46, 27 January 2010
Description
This test case is to run connectathon test suite on a NFSv4 root
How to test
Be as specific as required for the target audience.
- 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
- Configure the client.
git clone git://fedorapeople.org/~steved/cthon04
cd cthon0
make
./runcthon --server <server IP> --serverdir /nfsExpected Results
The following must be true to consider this a successful test run. Be brief ... but explicit. # Step #1 completes without error # The system boots into runlevel 5 # Program completes wth exit code 0Template documentation [edit]
:This documentation is transcluded from Template:Testcase nfs connectathon/doc. It will not be transcluded on pages that use this template. Template:Testcase nfs connectathon/doc