Commit 9f91dcb0 authored by Romain Courteaud's avatar Romain Courteaud

Can not request destruction twice.

parent 3cc9233f
...@@ -569,18 +569,6 @@ class TestVifibSlapBug(TestVifibSlapWebServiceMixin): ...@@ -569,18 +569,6 @@ class TestVifibSlapBug(TestVifibSlapWebServiceMixin):
CheckComputerPartitionInstanceCleanupSalePackingListCancelled CheckComputerPartitionInstanceCleanupSalePackingListCancelled
Logout Logout
# So all packing lists are finished, but one is cancelled,
# time to request destruction...
LoginDefaultUser
RequestSoftwareInstanceDestroy
Tic
Logout
LoginDefaultUser
CheckComputerPartitionInstanceCleanupSalePackingListConfirmed
Logout
# ...and destroy it # ...and destroy it
SlapLoginCurrentComputer SlapLoginCurrentComputer
...@@ -589,7 +577,7 @@ class TestVifibSlapBug(TestVifibSlapWebServiceMixin): ...@@ -589,7 +577,7 @@ class TestVifibSlapBug(TestVifibSlapWebServiceMixin):
SlapLogout SlapLogout
LoginDefaultUser LoginDefaultUser
CheckComputerPartitionInstanceCleanupSalePackingListDelivered CheckComputerPartitionInstanceCleanupSalePackingListCancelled
CheckComputerPartitionIsFree CheckComputerPartitionIsFree
Logout Logout
......
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