We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fad435 commit 03e313eCopy full SHA for 03e313e
osgtest/tests/test_190_condorce.py
@@ -47,7 +47,9 @@ def test_02_scitoken_mapping(self):
47
# Write the mapfile to the admin mapfile directory with the regex format for the issuer
48
# required by 'CERTIFICATE_MAPFILE_ASSUME_HASH_KEYS = True'
49
# https://github.com/htcondor/htcondor-ce/pull/425
50
- if condorce_version >= '5.1.0':
+ # 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':
53
match_str = r'/https:\/\/demo.scitokens.org,.*/'
54
core.config['condor-ce.mapfile'] = '/etc/condor-ce/mapfiles.d/01-osg-test.conf'
55
else:
0 commit comments