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):
"""
sequence_list = SequenceList()
sequence_string = self.prepare_started_computer_partition_sequence_string + """
SlapLoginCurrentComputer
CheckEmptyComputerGetComputerPartitionCall
SlapLogout
LoginTestVifibCustomer
PersonRequestSlaveInstance
SlapLogout
LoginDefaultUser
ConfirmOrderedSaleOrderActiveSense
Tic
SlapLogout
LoginTestVifibCustomer
SlaveInstanceStopComputerPartitionInstallation
Logout
SlapLoginCurrentComputer
SoftwareInstanceAvailable
Tic
SlaveInstanceStarted
CheckSuccessComputerGetComputerPartitionCall
SoftwareInstanceStarted
Tic
SlaveInstanceStopped
SlapLogout
LoginTestVifibCustomer
RequestSlaveInstanceStop
Tic
Logout
LoginDefaultUser
CheckComputerPartitionInstanceHostingSalePackingListDelivered
CheckComputerPartitionInstanceHostingSalePackingListStopped
Logout
"""
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