OpenAFS Master Repository branch, master, updated. BP-openafs-stable-1_8_x-515-gdcf44ab

Gerrit Code Review gerrit@openafs.org
Sat, 11 Jan 2020 00:47:58 -0500


The following commit has been merged in the master branch:
commit dcf44ab5fc5c1f5e2e759ea4b6156f7e1faa4b7a
Author: Michael Meffie <mmeffie@sinenomine.net>
Date:   Fri Jan 10 09:06:38 2020 -0500

    tests: do not resolve addresses in vos/vl test
    
    The vos-t test adds a set of 10.* test addresses to a test vlserver and
    runs vos to read them back.  When the test is run in an environment
    where hosts have been assigned in the 10.* internal network, vos will resolve
    the addresses to hostnames and the test fails.  Pass the -noresolve
    option to vos for this test when checking for the expected list of
    addresses.
    
    Example test output before this commit:
    
        ./vos-t
        ...
        #   seen: 10.0.0.0
        10.0.0.1
        myhost.example.com
        10.0.0.3
        ...
        not ok 5 - vos output matches
    
    Change-Id: Ief43fe180a0dfff211f28d5f47be6224270907a3
    Reviewed-on: https://gerrit.openafs.org/14020
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Benjamin Kaduk <kaduk@mit.edu>

 tests/volser/vos-t.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

-- 
OpenAFS Master Repository