Commit 82d9ea52 authored by Benjamin Blanc's avatar Benjamin Blanc

tests: ERP5_scalability: ajust user number

parent ae7ba644
......@@ -84,6 +84,8 @@ class ScalabilityTestRunner():
self.key_path, self.cert_path, config_path = self.slapos_controler.createSlaposConfigurationFileAccount(
key, certificate, self.slapos_url, self.testnode.config)
self.slapos_communicator = None
# Dict containing used to store which SR is not yet correctly installed.
# looks like: {'comp_id1':'SR_urlA', 'comp_id2':'SR_urlA',..}
self.remaining_software_installation_dict = {}
# Protection to prevent installation of softwares after checking
......
......@@ -137,8 +137,8 @@ class ERP5_scalability(_ERP5):
return 'erp5/util/benchmark/examples/scalabilityUsers'
def getUserNumber(self, test_number):
return [45, 90, 120, 180, 220][test_number]
return [45, 120, 160, 200, 230][test_number]
# Test duration in seconds
def getTestDuration(self, test_number):
return 60*5
return 60*10
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