Commit a2fa4841 authored by Benjamin Blanc's avatar Benjamin Blanc

util: testnode: Modify instance XML configuration hierarchiy.

Add 'cluster' word into the dict.
-> {'cluster':{xxx}, yyy}
parent eb74a999
...@@ -101,7 +101,8 @@ class ScalabilityTestRunner(): ...@@ -101,7 +101,8 @@ class ScalabilityTestRunner():
""" """
Generate a complete scalability instance XML configuration Generate a complete scalability instance XML configuration
""" """
config = software_configuration.copy() config_cluster = software_configuration.copy()
config = {'cluster':config_cluster}
# Add here zope partition into launcher node to # Add here zope partition into launcher node to
# watch activities etc... ? or do it into buildout ? # watch activities etc... ? or do it into buildout ?
#config.update({'launcher-partition-list':self.launcher_nodes_computer_guid}) #config.update({'launcher-partition-list':self.launcher_nodes_computer_guid})
......
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