Skip to content

Commit 9acb5ec

Browse files
committed
Add condor_ce_config_val test for debugging
1 parent c28e41c commit 9acb5ec

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

osgtest/tests/test_550_condorce.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,3 +148,7 @@ def test_07_ceview(self):
148148
self.fail('Could not reach HTCondor-CE View at %s: %s' % (view_url, err))
149149
self.assertTrue(re.search(r'HTCondor-CE Overview', src), 'Failed to find expected CE View contents')
150150
core.config['condor-ce.view-listening'] = True
151+
152+
def test_08_config_val(self):
153+
command = ('condor_ce_config_val', '-dump')
154+
core.check_system(command, 'condor_ce_config_val as non-root', user=True)

0 commit comments

Comments
 (0)