]> git.decadent.org.uk Git - nfs-utils.git/commit
nfs-utils: introduce new statd testing simulator
authorJeff Layton <jlayton@redhat.com>
Tue, 12 Jan 2010 10:55:20 +0000 (05:55 -0500)
committerSteve Dickson <steved@redhat.com>
Tue, 12 Jan 2010 10:55:20 +0000 (05:55 -0500)
commit80c537374acc08027dc4853c1801485be6684e6f
tree95a5502c7805aa9eeec553026faac8f45a05b914
parenta8449be2ab58d67d5028a280f94e661358b58e97
nfs-utils: introduce new statd testing simulator

rpc.statd is often prone to subtle, difficult to detect breakage. When
it has problems, they're often invisible and only manifest themselves
as failed lock recovery.

This program is intended to function as part of a test harness for
statd. It's a multicall binary that serves as a synthetic NSM client
program, and a daemon that can simulate lockd for purposes of testing
the NSM to NLM downcall.

A new top level "tests/" directory is also added to nfs-utils to start
as a repository for automated tests of nfs-utils components.

Signed-off-by: Jeff Layton <jlayton@redhat.com>
Signed-off-by: Steve Dickson <steved@redhat.com>
Makefile.am
configure.ac
tests/Makefile.am [new file with mode: 0644]
tests/nsm_client/Makefile.am [new file with mode: 0644]
tests/nsm_client/README [new file with mode: 0644]
tests/nsm_client/nlm_sm_inter.x [new file with mode: 0644]
tests/nsm_client/nsm_client.c [new file with mode: 0644]