Commit 982e8076 authored by Nicolas Wavrant's avatar Nicolas Wavrant

test

parent 75a59f73
......@@ -188,9 +188,6 @@ class ResiliencyTestSuite(object):
self.logger.info('Running "slapos node instance" with command : %s' % ' '.join(command))
for i in range(3):
stdin, stderr = subprocess.Popen(command, stdout=subprocess.PIPE, stderr=subprocess.PIPE).communicate()
if stderr:
print "Erreur when running slapos node instance on try %d :" % i
print stderr
success = self.checkDataOnCloneInstance()
if success:
......
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