Commit 316ba4a1 authored by Benjamin Blanc's avatar Benjamin Blanc

erp5_bootstrap: test force scalablity case

parent 2f3cc83e
...@@ -147,7 +147,7 @@ class Recipe(GenericBaseRecipe): ...@@ -147,7 +147,7 @@ class Recipe(GenericBaseRecipe):
host="%s:%s" % (zope_hostname, str(zope_port)), host="%s:%s" % (zope_hostname, str(zope_port)),
protocol=zope_protocol, protocol=zope_protocol,
sql_connection_string=mysql_connection_string, sql_connection_string=mysql_connection_string,
scalability=scalability, scalability="True",
) )
# Runners # Runners
......
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