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