Commit 5e36cbe6 authored by Rafael Monnerat's avatar Rafael Monnerat

master/tests: Undo patch, let's fix concurrency in proper way.

parent 682e9b46
...@@ -57,7 +57,7 @@ class SlapOSCloud(SavedTestSuite, ProjectTestSuite): ...@@ -57,7 +57,7 @@ class SlapOSCloud(SavedTestSuite, ProjectTestSuite):
test_list.append(test_case) test_list.append(test_case)
return test_list return test_list
def __init__(self, max_instance_count=1, *args, **kw): #def __init__(self, max_instance_count=1, *args, **kw):
# hardcode number of node, to prevent concurrency issue on certificate # # hardcode number of node, to prevent concurrency issue on certificate
# authority file system storage # # authority file system storage
super(SlapOSCloud, self).__init__(max_instance_count=1, *args, **kw) # super(SlapOSCloud, self).__init__(max_instance_count=1, *args, **kw)
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