Commit d7b7c73d authored by Roque's avatar Roque

scalability_test: fixing test suite definition

parent f82a1540
......@@ -7,10 +7,10 @@ class ERP5_scalability():
return ['createPerson']
def getTestPath(self):
return 'examples/'
return 'example/'
def getUsersFilePath(self):
return 'examples/scalabilityUsers'
return 'example/scalabilityUsers'
def getUserQuantity(self, test_number):
return [20, 30, 40, 50, 75][test_number]
......
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