Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
etf
cmssam
Commits
386233b5
Commit
386233b5
authored
Mar 02, 2007
by
ericw
Browse files
Update to error handling.
parent
ee69ac9f
Changes
1
Hide whitespace changes
Inline
Side-by-side
SiteTests/FroNtier/tests/test_squid.py
View file @
386233b5
...
...
@@ -10,7 +10,7 @@ Tests the local FroNtier squid
# 3) file $CMS_PATH/SITECONF/local/JobConfig/site-local-config.xml
# contains the location of the local FroNtier squid server
#
__revision__
=
"$Id: test_squid.py,v 1.1
0
2007/03/02 17:0
1:35
ericw Exp $"
__revision__
=
"$Id: test_squid.py,v 1.1
1
2007/03/02 17:0
9:03
ericw Exp $"
import
os
import
sys
import
urllib2
...
...
@@ -156,7 +156,6 @@ except urllib2.HTTPError, e1:
print
" urllib2.HTTPError: "
+
message1
sys
.
exit
(
same_error
)
except
urllib2
.
URLError
,
e2
:
print
"urllib2.URLError"
message2
=
e2
.
reason
[
1
]
if
site
!=
"CERN"
:
print
"test_squid.py: Error. squid "
+
squid
+
" is down, "
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment