Skip to content

Commit 8dc84bc

Browse files
authored
Merge pull request #186 from efajardo/SOFTWARE-3936
Forgot to update the travis CI
2 parents 244537c + 6fba40a commit 8dc84bc

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

osgtest/tests/test_155_stashcache.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,13 +79,13 @@
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"
86-
CACHE_AUTHFILE_CONTENTS = "u %s /osgtest/PROTECTED rl\n" % user_DN_hash
87-
88-
88+
CACHE_AUTHFILE_CONTENTS = "u %s /osgtest/PROTECTED rl\n" % (user_DN_hash)
8989
CACHE_PUBLIC_AUTHFILE_PATH = PARAMS["StashCachePublicAuthfile"]
9090
CACHE_PUBLIC_AUTHFILE_CONTENTS = """
9191
u * /osgtest/PROTECTED -rl \

travis-ci/stashcache.packages

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
stashcache-client
22
stash-cache
33
stash-origin
4+
gfal2-all
5+
gfal2-util
6+
globus-proxy-utils

0 commit comments

Comments
 (0)