Skip to content

Commit f3d8d3c

Browse files
authored
Merge pull request #218 from brianhlin/fix-ce-version-check
Fix the version check for mapfile config.d
2 parents 274e82c + 5a66ba7 commit f3d8d3c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

osgtest/tests/test_190_condorce.py

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,7 @@ def test_02_scitoken_mapping(self):
4747
# Write the mapfile to the admin mapfile directory with the regex format for the issuer
4848
# required by 'CERTIFICATE_MAPFILE_ASSUME_HASH_KEYS = True'
4949
# https://github.com/htcondor/htcondor-ce/pull/425
50-
# We apply this to HTCondor-CE 5 as a whole for the benefit of the HTCondor-CE CI tests
51-
# This is ok even though these changes will only make it into 5.1.0 because 5.0.0 will not be released
52-
if condorce_version >= '5.0.0':
50+
if condorce_version >= '5.1.0':
5351
match_str = r'/https:\/\/demo.scitokens.org,.*/'
5452
core.config['condor-ce.mapfile'] = '/etc/condor-ce/mapfiles.d/01-osg-test.conf'
5553
else:

0 commit comments

Comments
 (0)