Commit 0f417db1 authored by Gabriel Monnerat's avatar Gabriel Monnerat

rename function name and change steps to use the slap API

parent b6e39aae
...@@ -4971,7 +4971,7 @@ class TestVifibSlapWebService(testVifibMixin): ...@@ -4971,7 +4971,7 @@ class TestVifibSlapWebService(testVifibMixin):
""" """
raise NotImplementedError raise NotImplementedError
def test_SlaveInstance_request_start(self): def test_SlaveInstance_request_start_when_SoftwareInstance_is_started(self):
""" """
Check that the Slave Instance will be started correctly Check that the Slave Instance will be started correctly
XXX - Review the sequence of steps to verify that the scenario is XXX - Review the sequence of steps to verify that the scenario is
...@@ -4985,14 +4985,11 @@ class TestVifibSlapWebService(testVifibMixin): ...@@ -4985,14 +4985,11 @@ class TestVifibSlapWebService(testVifibMixin):
LoginDefaultUser LoginDefaultUser
ConfirmOrderedSaleOrderActiveSense ConfirmOrderedSaleOrderActiveSense
Tic Tic
SlapLogout SlapLoginCurrentComputer
LoginTestVifibCustomer SoftwareInstanceAvailable
SlaveInstanceStopComputerPartitionInstallation
Tic Tic
SlaveInstanceStarted SoftwareInstanceStarted
Tic Tic
Logout
LoginDefaultUser
SetDeliveryLineAmountEqualTwo SetDeliveryLineAmountEqualTwo
CheckComputerPartitionInstanceHostingSalePackingListStarted CheckComputerPartitionInstanceHostingSalePackingListStarted
Logout Logout
...@@ -5072,12 +5069,10 @@ class TestVifibSlapWebService(testVifibMixin): ...@@ -5072,12 +5069,10 @@ class TestVifibSlapWebService(testVifibMixin):
ConfirmOrderedSaleOrderActiveSense ConfirmOrderedSaleOrderActiveSense
Tic Tic
SlapLogout SlapLogout
LoginTestVifibCustomer SlapLoginCurrentComputer
SlaveInstanceStopComputerPartitionInstallation SoftwareInstanceAvailable
Tic
RequestSoftwareInstanceStart
Tic Tic
SlaveInstanceStarted SoftwareInstanceStarted
Tic Tic
""" """
...@@ -5088,6 +5083,7 @@ class TestVifibSlapWebService(testVifibMixin): ...@@ -5088,6 +5083,7 @@ class TestVifibSlapWebService(testVifibMixin):
""" """
sequence_list = SequenceList() sequence_list = SequenceList()
sequence_string = self.prepare_started_slave_instance_sequence_string + """ sequence_string = self.prepare_started_slave_instance_sequence_string + """
LoginTestVifibCustomer
RequestDestroySoftwareInstanceFromCurrentComputerPartition RequestDestroySoftwareInstanceFromCurrentComputerPartition
Tic Tic
SlapLoginSoftwareInstanceFromCurrentSoftwareInstance SlapLoginSoftwareInstanceFromCurrentSoftwareInstance
......
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