Commit a67a70a0 authored by Antoine Catton's avatar Antoine Catton

Add transaction.abort() in order to cancel bad tree construction.

parent 819224ef
...@@ -658,6 +658,7 @@ class TestVifibSlapBug(TestVifibSlapWebServiceMixin): ...@@ -658,6 +658,7 @@ class TestVifibSlapBug(TestVifibSlapWebServiceMixin):
sla_xml=self.minimal_correct_xml, sla_xml=self.minimal_correct_xml,
state='started' state='started'
) )
transaction.abort()
def test_bug_orhpaned_software_instance(self): def test_bug_orhpaned_software_instance(self):
"""Check that no orphaned Software Instances would be created """Check that no orphaned Software Instances would be created
......
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