Commit ab742dec authored by Romain Courteaud's avatar Romain Courteaud

SPL do not impact instance state

parent 354d79c0
...@@ -32,7 +32,7 @@ class TestVifibSlapComputerPartitionGetState(TestVifibSlapWebServiceMixin): ...@@ -32,7 +32,7 @@ class TestVifibSlapComputerPartitionGetState(TestVifibSlapWebServiceMixin):
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 + '\
SlapLoginCurrentComputer \ SlapLoginCurrentComputer \
CheckStoppedComputerPartitionGetStateCall \ CheckStartedComputerPartitionGetStateCall \
SlapLogout \ SlapLogout \
LoginERP5TypeTestCase \ LoginERP5TypeTestCase \
CheckSiteConsistency \ CheckSiteConsistency \
...@@ -54,7 +54,7 @@ class TestVifibSlapComputerPartitionGetState(TestVifibSlapWebServiceMixin): ...@@ -54,7 +54,7 @@ class TestVifibSlapComputerPartitionGetState(TestVifibSlapWebServiceMixin):
Tic \ Tic \
Logout \ Logout \
SlapLoginCurrentComputer \ SlapLoginCurrentComputer \
CheckDestroyedComputerPartitionGetStateCall \ CheckStartedComputerPartitionGetStateCall \
SlapLogout \ SlapLogout \
LoginERP5TypeTestCase \ LoginERP5TypeTestCase \
CheckSiteConsistency \ CheckSiteConsistency \
...@@ -160,7 +160,7 @@ class TestVifibSlapComputerPartitionGetState(TestVifibSlapWebServiceMixin): ...@@ -160,7 +160,7 @@ class TestVifibSlapComputerPartitionGetState(TestVifibSlapWebServiceMixin):
Tic \ Tic \
Logout \ Logout \
SlapLoginCurrentComputer \ SlapLoginCurrentComputer \
CheckStoppedComputerPartitionGetStateCall \ CheckStartedComputerPartitionGetStateCall \
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