Commit 64233917 authored by Romain Courteaud's avatar Romain Courteaud

slapos_crm: test: fixup

parent 074f0c19
......@@ -1161,7 +1161,8 @@ class TestSlapOSCrmDeleteInstanceTree(SlapOSTestCaseMixinWithAbort):
ticket.validate()
ticket.suspend()
self.tic()
with TemporaryAlarmScript(self.portal, 'Base_reindexAndSenseAlarm', "'disabled'", attribute='comment'):
self.tic()
result = ticket.\
RegularisationRequest_deleteInstanceTreeList('footag')
......@@ -1181,7 +1182,8 @@ class TestSlapOSCrmDeleteInstanceTree(SlapOSTestCaseMixinWithAbort):
ticket.validate()
ticket.suspend()
self.tic()
with TemporaryAlarmScript(self.portal, 'Base_reindexAndSenseAlarm', "'disabled'", attribute='comment'):
self.tic()
result = ticket.\
RegularisationRequest_deleteInstanceTreeList('footag')
......@@ -1204,7 +1206,8 @@ class TestSlapOSCrmDeleteInstanceTree(SlapOSTestCaseMixinWithAbort):
)
ticket.validate()
self.tic()
with TemporaryAlarmScript(self.portal, 'Base_reindexAndSenseAlarm', "'disabled'", attribute='comment'):
self.tic()
result = ticket.\
RegularisationRequest_deleteInstanceTreeList('footag')
......@@ -1228,7 +1231,8 @@ class TestSlapOSCrmDeleteInstanceTree(SlapOSTestCaseMixinWithAbort):
ticket.validate()
ticket.suspend()
self.tic()
with TemporaryAlarmScript(self.portal, 'Base_reindexAndSenseAlarm', "'disabled'", attribute='comment'):
self.tic()
result = ticket.\
RegularisationRequest_deleteInstanceTreeList('footag')
......
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