Commit 0f54e71e authored by Benjamin Blanc's avatar Benjamin Blanc

scalability/runScalabilityTestSuite: hack

parent dbf75f4d
......@@ -62,9 +62,8 @@ def waitFor0PendingActivities(erp5_url, log):
time.sleep(5)
#Hack to do not take into account persistent Alarm_installMailServer acitivities
if len(message_list)==0 and testIfExist("/erp5/portal_activities", "Alarm_installMailServer"):
print "1 pending activity for 'Alarm_installMailServer'."
print "ok."
if len(message_list)==1 :
print "1 pending activity but ok."
break
......
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