Commit e7797ae6 authored by Nicolas Wavrant's avatar Nicolas Wavrant

test

parent 982e8076
...@@ -159,9 +159,7 @@ class SlaprunnerTestSuite(ResiliencyTestSuite): ...@@ -159,9 +159,7 @@ class SlaprunnerTestSuite(ResiliencyTestSuite):
""" """
try: try:
return self._connectToSlaprunner(resource='isSRReady') return self._connectToSlaprunner(resource='isSRReady')
except (NotHttpOkException, urllib2.HTTPError) as error: except:
# The nginx frontend might timeout before software release is finished.
self.logger.warning('Problem occured when contacting the server: %s' % error)
return -1 return -1
status = getSRStatus() status = getSRStatus()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment