Skip to content

Commit a159763

Browse files
committed
Clarify condor_ce_ping failure messages (SOFTWARE-4221)
1 parent b876855 commit a159763

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

osgtest/tests/test_550_condorce.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,8 +99,8 @@ def test_02_queue(self):
9999
def test_03_ping(self):
100100
self.check_write_creds()
101101
self.command += ['condor_ce_ping', 'WRITE', '-verbose']
102-
stdout, _, _ = core.check_system(self.command, 'ping using GSI and gridmap', user=True)
103-
self.assertTrue(re.search(r'Authorized:\s*TRUE', stdout), 'could not authorize with GSI')
102+
stdout, _, _ = core.check_system(self.command, 'ping using SCITOKENS or GSI', user=True)
103+
self.assertTrue(re.search(r'Authorized:\s*TRUE', stdout), 'could not authorize with SCITOKENS or GSI')
104104

105105
def test_04_trace(self):
106106
self.check_schedd_ready()

0 commit comments

Comments
 (0)