OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-2618-gc7ff0d2

Gerrit Code Review gerrit@openafs.org
Wed, 27 Jun 2012 07:29:32 -0700 (PDT)


The following commit has been merged in the master branch:
commit c7ff0d28bf68533a74664e4f6a7ac0d946ac2893
Author: Simon Wilkinson <sxw@your-file-system.com>
Date:   Tue Jun 26 21:04:41 2012 +0100

    tests: Abstract out code for a test RPC service
    
    Lots of our tests want to start a test RPC server, and then run
    commands against it. Start to abstract out the code to do this
    by pulling the code to start a test RPC server into its own
    function in the common test directory.
    
    Change-Id: Ie7fa1fa1984113f3722def17a9fd4b98993bd6ff
    Reviewed-on: http://gerrit.openafs.org/7584
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Jeffrey Altman <jaltman@secure-endpoints.com>
    Reviewed-by: Derrick Brashear <shadow@dementix.org>

 tests/auth/Makefile.in   |    1 +
 tests/auth/superuser-t.c |   35 +++--------------------------------
 tests/common/common.h    |    3 +++
 tests/common/servers.c   |   41 +++++++++++++++++++++++++++++++++++++++++
 4 files changed, 48 insertions(+), 32 deletions(-)

-- 
OpenAFS Master Repository