Commit dab98813 authored by Benjamin Blanc's avatar Benjamin Blanc

tests: add ERP5_scalability class

parent a7092792
......@@ -125,4 +125,14 @@ class ERP5_simulation(_ERP5):
return super(ERP5_simulation, self).runUnitTest(
erp5_report_new_simulation_failures='1', *args, **kw)
class ERP5_scalability(_ERP5):
def getTestList(self):
return ['testCreatePerson']
def getTestPath(self):
return 'erp5/util/benchmark/examples/'
# Test duration in seconds
def getTestDuration(self):
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