OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_75-30-g262a678
Gerrit Code Review
gerrit@openafs.org
Mon, 12 Jul 2010 11:25:08 -0700 (PDT)
The following commit has been merged in the master branch:
commit 262a678d9b7b79f5261af2a8b36588f684e547ef
Author: Matt Benjamin <matt@linuxbox.com>
Date: Thu Jun 24 09:07:36 2010 -0400
An RPC test dispatch library for vice
A library framework for remote testing against file servers,
with the ability to establish multiple call/callback channel
pairs within a single test process and dispatch requests
arbitrarily on each. Thanks to Derrick for design and debugging
help. Additional callback processing intelligence will follow
in a future changeset. This version builds on Windows NT (but
might need further adjustment).
Change-Id: Ibea39e912b2a23ebf58e9e0931114572eccf6e78
Reviewed-on: http://gerrit.openafs.org/2229
Reviewed-by: Derrick Brashear <shadow@dementia.org>
Tested-by: Derrick Brashear <shadow@dementia.org>
Makefile.in | 3 +-
NTMakefile | 10 +-
configure.in | 1 +
src/config/NTMakefile | 6 +
tests/rpctestlib/Makefile.in | 99 ++++++++
tests/rpctestlib/NTMakefile | 82 +++++++
tests/rpctestlib/rpc_test_cb_procs.c | 279 ++++++++++++++++++++++
tests/rpctestlib/rpc_test_main.c | 201 ++++++++++++++++
tests/rpctestlib/rpc_test_procs.c | 420 ++++++++++++++++++++++++++++++++++
tests/rpctestlib/rpc_test_procs.h | 105 +++++++++
10 files changed, 1204 insertions(+), 2 deletions(-)
--
OpenAFS Master Repository