Commit c97ae082 authored by Yusei Tahara's avatar Yusei Tahara

erp5/util/testnode: self.exec_env is missing in ScalabilityTestRunner.

parent 4048ab39
......@@ -128,6 +128,7 @@ class ScalabilityTestRunner():
# Use *.host.vifib.net frontend
self.frontend_software = 'http://git.erp5.org/gitweb/slapos.git/blob_plain/HEAD:/software/apache-frontend/software.cfg'
self.frontend_instance_guid = 'SOFTINST-9238'
self.exec_env = os.environ.copy()
def _prepareSlapOS(self, software_path, computer_guid, create_partition=0, state="available"):
# create_partition is kept for compatibility
......
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