Commit 4ecaa5ae authored by Romain Courteaud's avatar Romain Courteaud

SPL do not impact instance state.

parent ab742dec
...@@ -103,25 +103,18 @@ class TestVifibSlapComputerPartitionGetState(TestVifibSlapWebServiceMixin): ...@@ -103,25 +103,18 @@ class TestVifibSlapComputerPartitionGetState(TestVifibSlapWebServiceMixin):
delivered state with the setup resource delivered state with the setup resource
""" """
sequence_list = SequenceList() sequence_list = SequenceList()
sequence_string = self.prepare_install_requested_computer_partition_sequence_string + '\ sequence_string = self.prepare_install_requested_computer_partition_sequence_string + '\
LoginDefaultUser \ LoginTestVifibCustomer \
StartSalePackingList \ SetSequenceSoftwareInstanceStateStopped \
StopSalePackingList \ PersonRequestSoftwareInstance \
\
CallVifibUpdateDeliveryCausalityStateAlarm \
CleanTic \
\
DeliverSalePackingList \
Tic \ Tic \
Logout \
LoginDefaultUser \
CheckComputerPartitionInstanceSetupSalePackingListDelivered \ CheckComputerPartitionInstanceSetupSalePackingListDelivered \
SelectCurrentlyUsedSalePackingListUid \
CancelSalePackingList \
Tic \
CheckComputerPartitionInstanceHostingSalePackingListCancelled \
CheckComputerPartitionInstanceCleanupSalePackingListDoesNotExists \
Logout \ Logout \
SlapLoginCurrentComputer \ SlapLoginCurrentComputer \
CheckDestroyedComputerPartitionGetStateCall \ CheckStoppedComputerPartitionGetStateCall \
SlapLogout \ SlapLogout \
LoginERP5TypeTestCase \ LoginERP5TypeTestCase \
CheckSiteConsistency \ CheckSiteConsistency \
......
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