Commit ba90f363 authored by Benjamin Blanc's avatar Benjamin Blanc

tests: fix test name into ERP5_scalability

parent 24e2451c
...@@ -128,11 +128,11 @@ class ERP5_simulation(_ERP5): ...@@ -128,11 +128,11 @@ class ERP5_simulation(_ERP5):
class ERP5_scalability(_ERP5): class ERP5_scalability(_ERP5):
def getTestList(self): def getTestList(self):
return ['testCreatePerson'] return ['createPerson']
def getTestPath(self): def getTestPath(self):
return 'erp5/util/benchmark/examples/' return 'erp5/util/benchmark/examples/'
# Test duration in seconds # Test duration in seconds
def getTestDuration(self): def getTestDuration(self):
return 60 return 60
\ No newline at end of file
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