Commit bb770e9e authored by Gabriel Monnerat's avatar Gabriel Monnerat

fix steps because this test must validate if the Slave Instance is stopped...

fix steps because this test must validate if the Slave Instance is stopped correctly according to one production scenario
parent e6002bb5
...@@ -5130,23 +5130,29 @@ class TestVifibSlapWebService(testVifibMixin): ...@@ -5130,23 +5130,29 @@ class TestVifibSlapWebService(testVifibMixin):
""" """
sequence_list = SequenceList() sequence_list = SequenceList()
sequence_string = self.prepare_started_computer_partition_sequence_string + """ sequence_string = self.prepare_started_computer_partition_sequence_string + """
SlapLoginCurrentComputer
CheckEmptyComputerGetComputerPartitionCall
SlapLogout
LoginTestVifibCustomer LoginTestVifibCustomer
PersonRequestSlaveInstance PersonRequestSlaveInstance
SlapLogout SlapLogout
LoginDefaultUser LoginDefaultUser
ConfirmOrderedSaleOrderActiveSense ConfirmOrderedSaleOrderActiveSense
Tic Tic
SlapLogout Logout
LoginTestVifibCustomer SlapLoginCurrentComputer
SlaveInstanceStopComputerPartitionInstallation SoftwareInstanceAvailable
Tic Tic
SlaveInstanceStarted CheckSuccessComputerGetComputerPartitionCall
SoftwareInstanceStarted
Tic Tic
SlaveInstanceStopped SlapLogout
LoginTestVifibCustomer
RequestSlaveInstanceStop
Tic Tic
Logout Logout
LoginDefaultUser LoginDefaultUser
CheckComputerPartitionInstanceHostingSalePackingListDelivered CheckComputerPartitionInstanceHostingSalePackingListStopped
Logout Logout
""" """
sequence_list.addSequenceString(sequence_string) sequence_list.addSequenceString(sequence_string)
......
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