Commit 24b58f14 authored by Rafael Monnerat's avatar Rafael Monnerat

tests/__init__.py: Revert node limitation

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