File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -47,13 +47,13 @@ def test_02_scitoken_mapping(self):
47
47
# Write the mapfile to the admin mapfile directory
48
48
# https://github.com/htcondor/htcondor-ce/pull/425
49
49
if condorce_version >= '5.1.0' :
50
- core .config ['condor-ce.condorce_mapfile ' ] = '/etc/condor-ce/mapfiles.d/01-osg-test.conf'
50
+ core .config ['condor-ce.mapfile ' ] = '/etc/condor-ce/mapfiles.d/01-osg-test.conf'
51
51
else :
52
- core .config ['condor-ce.condorce_mapfile ' ] = '/etc/condor-ce/condor_mapfile'
53
- mapfile_contents = files .read (core .config ['condor-ce.condorce_mapfile ' ], as_single_string = True )
52
+ core .config ['condor-ce.mapfile ' ] = '/etc/condor-ce/condor_mapfile'
53
+ mapfile_contents = files .read (core .config ['condor-ce.mapfile ' ], as_single_string = True )
54
54
scitoken_mapping += mapfile_contents
55
55
56
- files .write (core .config ['condor-ce.condorce_mapfile ' ],
56
+ files .write (core .config ['condor-ce.mapfile ' ],
57
57
scitoken_mapping ,
58
58
owner = 'condor-ce' ,
59
59
chmod = 0o644 )
Original file line number Diff line number Diff line change @@ -15,4 +15,4 @@ def test_02_restore_config(self):
15
15
files .restore (core .config ['condor-ce.condor-cfg' ], 'condor-ce' )
16
16
files .restore (core .config ['condor-ce.condor-ce-cfg' ], 'condor-ce' )
17
17
if core .state ['condor-ce.wrote-mapfile' ]:
18
- files .restore (core .config ['condor-ce.condorce_mapfile ' ], 'condor-ce' )
18
+ files .restore (core .config ['condor-ce.mapfile ' ], 'condor-ce' )
You can’t perform that action at this time.
0 commit comments