OpenAFS Master Repository branch, master, updated. BP--openafs-stable-1_6_x-597-g9f17cef

Gerrit Code Review gerrit@openafs.org
Mon, 27 Dec 2010 14:40:28 -0800 (PST)


The following commit has been merged in the master branch:
commit 9f17cef3d3614d79b3ab2dc6807f9d0f928ab6db
Author: Simon Wilkinson <sxw@your-file-system.com>
Date:   Mon Dec 27 20:29:48 2010 +0000

    tests: Add tests for afsconf_'s key functions
    
    Add tests for all of the public functions that afsconf exports
    to manipulate KeyFiles. Include a sample Keyfile to start with, to
    ensure that we can continue to read KeyFiles produced by current
    versions of the code.
    
    These tests are here to catch regressions with a forthcoming rewrite
    of KeyFile handling.
    
    Change-Id: I02aaff82aa7e1b7a73981c7cf26a81164e0dd932
    Reviewed-on: http://gerrit.openafs.org/3598
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Derrick Brashear <shadow@dementia.org>

 tests/TESTS               |    1 +
 tests/auth/.gitignore     |    2 +
 tests/auth/KeyFile        |  Bin 0 -> 100 bytes
 tests/auth/Makefile.in    |   19 +++-
 tests/auth/keys-t.c       |  263 +++++++++++++++++++++++++++++++++++++++++++++
 tests/auth/writekeyfile.c |   86 +++++++++++++++
 6 files changed, 366 insertions(+), 5 deletions(-)

-- 
OpenAFS Master Repository