Skip to content

Commit 6fba40a

Browse files
author
efajardo
committed
Figurin out why travis does not pass
1 parent 95a2718 commit 6fba40a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

osgtest/tests/test_155_stashcache.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,11 @@
7979
"""
8080

8181
CACHE_AUTHFILE_PATH = PARAMS["StashCacheAuthfile"]
82+
#
8283
# The hash of the vdttest user DN
8384
# "/DC=org/DC=opensciencegrid/C=US/O=OSG Software/OU=People/CN=vdttest"
8485
# is b64f6609.0
86+
#
8587
user_DN_hash = "b64f6609.0"
8688
CACHE_AUTHFILE_CONTENTS = "u %s /osgtest/PROTECTED rl\n" % (user_DN_hash)
8789
CACHE_PUBLIC_AUTHFILE_PATH = PARAMS["StashCachePublicAuthfile"]

0 commit comments

Comments
 (0)