Commit 291f1a1b authored by Sebastien Robin's avatar Sebastien Robin

testnode: prevent failures when proxy is not ready, just retry

parent 455b24e5
......@@ -294,7 +294,7 @@ class SlapOSControler(object):
except:
self.log("SlapOSControler.initializeSlapOSControler, \
exception in registerSupply", exc_info=sys.exc_info())
raise
raise ValueError("Unable to registerSupply")
# Reset all previously generated software if needed
if reset_software:
self._resetSoftware()
......
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