Commit e065dd76 authored by Nicolas Wavrant's avatar Nicolas Wavrant

fixup

parent 75f2ff8d
......@@ -186,9 +186,9 @@ class ResiliencyTestSuite(object):
'--cfg=%s' % slapos_configuration_file_path,
'--pidfile=slapos.pid']
self.logger.info('Running "slapos node instance" with command : %s' % ' '.join(command))
stdin, stdout = subprocess.Popen(command, stdout=subprocess.PIPE, stderr=subprocess.PIPE).communicate()
stdin, stdout = subprocess.Popen(command, stdout=subprocess.PIPE, stderr=subprocess.PIPE).communicate()
stdin, stdout = subprocess.Popen(command, stdout=subprocess.PIPE, stderr=subprocess.PIPE).communicate()
stdin, stderr = subprocess.Popen(command, stdout=subprocess.PIPE, stderr=subprocess.PIPE).communicate()
stdin, stderr = subprocess.Popen(command, stdout=subprocess.PIPE, stderr=subprocess.PIPE).communicate()
stdin, stderr = subprocess.Popen(command, stdout=subprocess.PIPE, stderr=subprocess.PIPE).communicate()
if stdout:
print "Erreur when running slapos node instance :"
print stderr
......
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