Commit 37491d48 authored by Sebastien Robin's avatar Sebastien Robin

add class to launch Pystone test

parent a6778257
......@@ -49,6 +49,11 @@ class PERF(_ERP5):
def getTestList(self):
return [x for x in self._getAllTestList() if x.find('Performance')>0]
class CloudPERF(_ERP5):
def getTestList(self):
return ['_testPystone']
class ERP5(_ERP5):
mysql_db_count = 3
......
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