Skip to content

Commit bce58f4

Browse files
committed
Dump contents of CE View index for easier debugging
1 parent 57bcde3 commit bce58f4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

osgtest/tests/test_550_condorce.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@ def test_07_ceview(self):
131131
view_url = 'http://%s:%s' % (core.get_hostname(), int(core.config['condor-ce.view-port']))
132132
try:
133133
src = core.to_str(urlopen(view_url).read())
134+
core.log_message(src)
134135
except EnvironmentError as err:
135136
debug_file = '/var/log/condor-ce/CEViewLog'
136137
debug_contents = 'Contents of %s\n%s\n' % (debug_file, '=' * 20)

0 commit comments

Comments
 (0)