Skip to content

Commit 0963242

Browse files
authored
Checking minimum up time
1 parent d071ebe commit 0963242

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

osgtest/tests/test_158_xrootd_tpc.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ def test_02_create_secrets(self):
9898
def test_03_start_xrootd(self):
9999
core.config['xrootd_tpc_service_1'] = "xrootd@third-party-copy-1"
100100
core.config['xrootd_tpc_service_2'] = "xrootd@third-party-copy-2"
101-
service.check_start(core.config['xrootd_tpc_service_1'], log_to_check = '/var/log/xrootd/third-party-copy-1/xrootd.log')
102-
service.check_start(core.config['xrootd_tpc_service_2'], log_to_check = '/var/log/xrootd/third-party-copy-2/xrootd.log')
101+
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+
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)
103103
core.state['xrootd.started-http-server-1'] = True
104104
core.state['xrootd.started-http-server-2'] = True

0 commit comments

Comments
 (0)