File tree Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Expand file tree Collapse file tree 1 file changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -96,8 +96,12 @@ def test_02_create_secrets(self):
96
96
core .config ['xrootd.tpc.macaroon-secret-2' ], "64" ], "Creating symmetric key" )
97
97
98
98
def test_03_start_xrootd (self ):
99
- core .config ['xrootd_tpc_service_1' ] = "xrootd@third-party-copy-1"
100
- core .config ['xrootd_tpc_service_2' ] = "xrootd@third-party-copy-2"
99
+ if core .rpm_is_installed ("xrootd-multiuser" ):
100
+ core .config ['xrootd_tpc_service_1' ] = "xrootd-privileged@third-party-copy-1"
101
+ core .config ['xrootd_tpc_service_2' ] = "xrootd-privileged@third-party-copy-2"
102
+ else :
103
+ core .config ['xrootd_tpc_service_1' ] = "xrootd@third-party-copy-1"
104
+ core .config ['xrootd_tpc_service_2' ] = "xrootd@third-party-copy-2"
101
105
service .check_start (core .config ['xrootd_tpc_service_1' ], log_to_check = '/var/log/xrootd/third-party-copy-1/xrootd.log' , min_up_time = 5 )
102
106
service .check_start (core .config ['xrootd_tpc_service_2' ], log_to_check = '/var/log/xrootd/third-party-copy-2/xrootd.log' , min_up_time = 5 )
103
107
core .state ['xrootd.started-http-server-1' ] = True
You can’t perform that action at this time.
0 commit comments