Commit a8c15767 authored by Nicolas Wavrant's avatar Nicolas Wavrant

resiliencytestsuite: use the testnode slapos and not the system one

parent 6095dfdd
......@@ -181,7 +181,7 @@ class ResiliencyTestSuite(object):
)
# Output is huge and we don't want to store it in memory nor print it
devnull = open('/dev/null', 'w')
command = ['/opt/slapos/bin/slapos', 'node', 'instance',
command = [os.path.join(os.environ['HOME'], 'software_release', 'bin', 'slapos'), 'node', 'instance',
'--cfg=%s' % slapos_configuration_file_path,
'--pidfile=slapos.pid']
subprocess.Popen(command, stdout=devnull, stderr=devnull).wait()
......
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