Commit 64233917 authored by Romain Courteaud's avatar Romain Courteaud

slapos_crm: test: fixup

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