From Fedora Project Wiki

Revision as of 23:04, 28 January 2010 by Caiqian (talk | contribs) (Created page with '{{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 syst...')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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.