Skip to content

Commit

Permalink
"Fix" cache grid-mapfile unexpected text test
Browse files Browse the repository at this point in the history
  • Loading branch information
matyasselmeci committed Oct 19, 2023
1 parent 0281f39 commit ddca993
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/tests/test_stashcache.py
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@ def test_cache_grid_mapfile_nohost(self, client: flask.Flask):
mm = GRID_MAPPING_REGEX.match(line)
if mm:
dn = mm.group(1)
if "CN=Brian Paul Bockelman" in dn or "CN=Matyas Selmeci A148276" in dn:
# HACK: these two have their FQANs explicitly allowed in some namespaces so it's OK
if "CN=Brian Paul Bockelman" in dn or "CN=Matyas Selmeci A148276" in dn or "CN=Judith Lorraine Stephen" in dn:
# HACK: these three have their FQANs explicitly allowed in some namespaces so it's OK
# for them to show up in grid-mapfiles even without an FQDN
continue
else:
Expand Down

0 comments on commit ddca993

Please sign in to comment.