File tree Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Expand file tree Collapse file tree 1 file changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -33,6 +33,7 @@ def test_01_start_xrootd(self):
33
33
core .config ['certs.xrootdkey' ] = '/etc/grid-security/xrd/xrdkey.pem'
34
34
core .config ['xrootd.config' ] = '/etc/xrootd/xrootd-clustered.cfg'
35
35
core .config ['xrootd.gsi' ] = "ON"
36
+ core .config ['xrootd.multiuser' ] = "OFF"
36
37
core .state ['xrootd.started-server' ] = False
37
38
core .state ['xrootd.backups-exist' ] = False
38
39
@@ -81,6 +82,8 @@ def test_04_start_xrootd(self):
81
82
core .skip_ok_unless_installed ('xrootd' , by_dependency = True )
82
83
if core .el_release () < 7 :
83
84
core .config ['xrootd_service' ] = "xrootd"
85
+ elif core .config ['xrootd.multiuser' ] == "ON" :
86
+ core .config ['xrootd_service' ] = "xrootd-privileged@clustered"
84
87
else :
85
88
core .config ['xrootd_service' ] = "xrootd@clustered"
86
89
You can’t perform that action at this time.
0 commit comments