diff --git a/master/product/Vifib/tests/testVifibSlapWebService.py b/master/product/Vifib/tests/testVifibSlapWebService.py index 517e997f94c8afdd26451f290fd0e7b8fafc687d..43f9d2786b86101557c53bdcbfc95fda39ad2743 100644 --- a/master/product/Vifib/tests/testVifibSlapWebService.py +++ b/master/product/Vifib/tests/testVifibSlapWebService.py @@ -1365,35 +1365,6 @@ class TestVifibSlapWebServiceMixin(testVifibMixin): RestoreComputerReference """ - prepare_started_slave_instance_sequence_string = \ - prepare_started_computer_partition_sequence_string + """ - LoginTestVifibCustomer - PersonRequestSlaveInstance - SlapLogout - LoginDefaultUser - ConfirmOrderedSaleOrderActiveSense - Tic - SlapLogout - SlapLoginCurrentComputer - SoftwareInstanceAvailable - Tic - LoginTestVifibCustomer - RequestStopSoftwareInstanceFromCurrentComputerPartition - Tic - SoftwareInstanceStopped - Tic - StartSoftwareInstanceFromCurrentComputerPartition - Tic - SoftwareInstanceStarted - Tic - Logout - LoginDefaultUser - SetDeliveryLineAmountEqualTwo - CheckComputerPartitionInstanceHostingSalePackingListStarted - CheckComputerPartitionInstanceSetupSalePackingListStopped - Logout - """ - register_new_user_sequence_string = '\ Logout \ RequestCredentialFromWebSite \ diff --git a/master/product/Vifib/tests/testVifibSlapWebServiceSlaveInstance.py b/master/product/Vifib/tests/testVifibSlapWebServiceSlaveInstance.py index 7073ac4be28f5943792c5b18953e3d9407f5ef11..b9e7aa0077bbac4fe13c15d76a1800213318e5a6 100644 --- a/master/product/Vifib/tests/testVifibSlapWebServiceSlaveInstance.py +++ b/master/product/Vifib/tests/testVifibSlapWebServiceSlaveInstance.py @@ -496,7 +496,33 @@ class TestVifibSlapWebServiceSlaveInstance(TestVifibSlapWebServiceMixin): a Software Instance is destroyed """ sequence_list = SequenceList() - sequence_string = self.prepare_started_slave_instance_sequence_string + """ + sequence_string = self.prepare_started_computer_partition_sequence_string + """ + LoginTestVifibCustomer + PersonRequestSlaveInstance + SlapLogout + LoginDefaultUser + ConfirmOrderedSaleOrderActiveSense + Tic + SlapLogout + SlapLoginCurrentComputer + SoftwareInstanceAvailable + Tic + LoginTestVifibCustomer + RequestStopSoftwareInstanceFromCurrentComputerPartition + Tic + SoftwareInstanceStopped + Tic + StartSoftwareInstanceFromCurrentComputerPartition + Tic + SoftwareInstanceStarted + Tic + Logout + LoginDefaultUser + SetDeliveryLineAmountEqualTwo + CheckComputerPartitionInstanceHostingSalePackingListStarted + CheckComputerPartitionInstanceSetupSalePackingListStopped + Logout + LoginTestVifibCustomer RequestDestroySoftwareInstanceFromCurrentComputerPartition Tic