Commit 40dd7a62 authored by Benjamin Blanc's avatar Benjamin Blanc

Update

parent f15b6980
...@@ -116,6 +116,8 @@ class ScalabilityTestRunner(): ...@@ -116,6 +116,8 @@ class ScalabilityTestRunner():
# TODO : write code # TODO : write code
SlapOSControler.createFolder(node_test_suite.test_suite_directory, SlapOSControler.createFolder(node_test_suite.test_suite_directory,
clean=True) clean=True)
# create ResultLine for each loop
pass pass
def getRelativePathUsage(self): def getRelativePathUsage(self):
......
...@@ -347,6 +347,7 @@ branch = %(branch)s ...@@ -347,6 +347,7 @@ branch = %(branch)s
if my_test_type == None: if my_test_type == None:
# TODO : implement this method for each distributor # TODO : implement this method for each distributor
# into nexedi/master-erp5..
# (just UnitTestDistributor should be sufficient) # (just UnitTestDistributor should be sufficient)
try: try:
my_test_type = portal.getTestType() my_test_type = portal.getTestType()
......
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