Commit 74d478c4 authored by Guillaume Bottex's avatar Guillaume Bottex

Change the way to use the computer guid list.

parent be94868f
...@@ -55,10 +55,10 @@ class NoSQLTestBed(BaseSlapRecipe): ...@@ -55,10 +55,10 @@ class NoSQLTestBed(BaseSlapRecipe):
kumo_cloud_config['report_path'] = self.log_directory kumo_cloud_config['report_path'] = self.log_directory
if 'nb_server_max' not in kumo_cloud_config: if 'nb_server_max' not in kumo_cloud_config:
kumo_cloud_config['nb_server_max'] = 3 kumo_cloud_config['nb_server_max'] = 2 # 3
if 'nb_tester_max' not in kumo_cloud_config: if 'nb_tester_max' not in kumo_cloud_config:
kumo_cloud_config['nb_tester_max'] = 3 # 1 kumo_cloud_config['nb_tester_max'] = 1 # 3
if 'nb_thread' not in kumo_cloud_config: if 'nb_thread' not in kumo_cloud_config:
kumo_cloud_config['nb_thread'] = 1 # 32 kumo_cloud_config['nb_thread'] = 1 # 32
...@@ -67,7 +67,7 @@ class NoSQLTestBed(BaseSlapRecipe): ...@@ -67,7 +67,7 @@ class NoSQLTestBed(BaseSlapRecipe):
kumo_cloud_config['nb_request'] = 1000 # 1024000 kumo_cloud_config['nb_request'] = 1000 # 1024000
if 'computer_guid_list' not in kumo_cloud_config: if 'computer_guid_list' not in kumo_cloud_config:
kumo_cloud_config['computer_guid_list'] = "COMP-9:COMP-10:COMP-11" kumo_cloud_config['computer_guid_list'] = "COMP-9:COMP-10:COMP-11:COMP-9"
kumo_cloud_config['software_release_url'] = self.software_release_url kumo_cloud_config['software_release_url'] = self.software_release_url
kumo_cloud_config['server_url'] = self.server_url kumo_cloud_config['server_url'] = self.server_url
......
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