OpenAFS Master Repository branch, master, updated. openafs-devel-1_9_1-124-gdcf8af0

Gerrit Code Review gerrit@openafs.org
Mon, 27 Dec 2021 22:46:42 -0500


The following commit has been merged in the master branch:
commit dcf8af0b2262505b14c3cec34fa2345647800111
Author: Andrew Deason <adeason@sinenomine.net>
Date:   Thu Apr 1 00:12:43 2021 -0500

    tests: Add test keys in afstest_BuildTestConfig
    
    Change afstest_BuildTestConfig to add the local keys into the
    generated config dir, unless the info->skipkeys is set. This just
    makes afstest_BuildTestConfig a little easier to use for the common
    case of generating a fully-usable config dir with usable keys (only
    some callers want to skip generating keys in order to test
    key-populating functionality).
    
    Change-Id: I1ce9d062ea30c391a93562fc90bc18997de75383
    Reviewed-on: https://gerrit.openafs.org/14835
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Benjamin Kaduk <kaduk@mit.edu>

 tests/auth/authcon-t.c    |  6 +++++-
 tests/auth/keys-t.c       |  8 ++++++--
 tests/auth/realms-t.c     | 10 +++++-----
 tests/auth/superuser-t.c  | 10 +---------
 tests/auth/writekeyfile.c |  7 ++++++-
 tests/common/common.h     |  7 ++++++-
 tests/common/config.c     | 44 +++++++++++++++++++++++++++++++++++++-------
 tests/volser/vos-t.c      |  9 +--------
 8 files changed, 67 insertions(+), 34 deletions(-)

-- 
OpenAFS Master Repository