Commit b70fdde8 authored by Benjamin Blanc's avatar Benjamin Blanc

erp5_bootstrap: Change comments

parent e83cf533
......@@ -93,7 +93,7 @@ if scalability:
business_object_name = "1"
if configurator_available and not configurator_already_applied:
# install small and medium business via configurator
# Install testing scalability business configuration
zope_connection = getConnection(protocol,host)
zope_connection.request(
'GET', '/%%s/business_configuration_module/%%s/build' %%(business_object_name, site_id),
......@@ -103,10 +103,6 @@ if scalability:
print result.read()
print "Response read"
# Here, how to know if the build is ready ?
# Check size of :
# https://192.168.242.72:1234/erp5/portal_activities/getMessageList
# Wait for 0-pending activities
start_time = time.time()
while MAX_INSTALLATION_TIME > time.time()-start_time:
......
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