Commit 07d32c9f authored by Gabriel Monnerat's avatar Gabriel Monnerat

remove flag skip and update steps sequence to tests

parent a25e830a
...@@ -740,7 +740,6 @@ class TestVifibSlapWebService(testVifibMixin): ...@@ -740,7 +740,6 @@ class TestVifibSlapWebService(testVifibMixin):
SetSelectedComputerPartition SetSelectedComputerPartition
SelectCurrentlyUsedSalePackingListUid SelectCurrentlyUsedSalePackingListUid
Logout Logout
LoginDefaultUser LoginDefaultUser
CheckComputerPartitionInstanceSetupSalePackingListConfirmed CheckComputerPartitionInstanceSetupSalePackingListConfirmed
Logout Logout
...@@ -752,7 +751,6 @@ class TestVifibSlapWebService(testVifibMixin): ...@@ -752,7 +751,6 @@ class TestVifibSlapWebService(testVifibMixin):
SoftwareInstanceBuilding \ SoftwareInstanceBuilding \
Tic \ Tic \
SlapLogout \ SlapLogout \
\
LoginDefaultUser \ LoginDefaultUser \
CheckComputerPartitionInstanceSetupSalePackingListStarted \ CheckComputerPartitionInstanceSetupSalePackingListStarted \
Logout \ Logout \
...@@ -764,7 +762,6 @@ class TestVifibSlapWebService(testVifibMixin): ...@@ -764,7 +762,6 @@ class TestVifibSlapWebService(testVifibMixin):
SoftwareInstanceAvailable SoftwareInstanceAvailable
Tic Tic
SlapLogout SlapLogout
LoginDefaultUser LoginDefaultUser
SetSelectedComputerPartition SetSelectedComputerPartition
CheckComputerPartitionInstanceSetupSalePackingListStopped CheckComputerPartitionInstanceSetupSalePackingListStopped
...@@ -816,7 +813,6 @@ class TestVifibSlapWebService(testVifibMixin): ...@@ -816,7 +813,6 @@ class TestVifibSlapWebService(testVifibMixin):
RequestSoftwareInstanceStart \ RequestSoftwareInstanceStart \
Tic \ Tic \
Logout \ Logout \
\
LoginDefaultUser \ LoginDefaultUser \
CheckComputerPartitionInstanceHostingSalePackingListConfirmed \ CheckComputerPartitionInstanceHostingSalePackingListConfirmed \
Logout \ Logout \
...@@ -4491,18 +4487,13 @@ class TestVifibSlapWebService(testVifibMixin): ...@@ -4491,18 +4487,13 @@ class TestVifibSlapWebService(testVifibMixin):
""" """
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 + """
Tic SlapLogout
LoginAsCustomerA LoginAsCustomerA
PersonRequestSlaveInstance PersonRequestSlaveInstance
Logout Logout
LoginDefaultUser LoginDefaultUser
ConfirmOrderedSaleOrderActiveSense ConfirmOrderedSaleOrderActiveSense
Tic Tic
SetSelectedComputerPartition
SelectCurrentlyUsedSalePackingListUid
Logout
SlapLoginCurrentComputer
LoginDefaultUser
CheckComputerPartitionSaleOrderAggregatedList CheckComputerPartitionSaleOrderAggregatedList
Logout Logout
""" """
...@@ -4612,34 +4603,41 @@ class TestVifibSlapWebService(testVifibMixin): ...@@ -4612,34 +4603,41 @@ class TestVifibSlapWebService(testVifibMixin):
available slot available slot
""" """
@skip("Not Finished yet")
def test_SlaveInstance_request_start(self): def test_SlaveInstance_request_start(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
validating the feature of start a Instance Slave
""" """
sequence_list = SequenceList() sequence_list = SequenceList()
sequence_string = self.prepare_install_requested_computer_partition_sequence_string + """ sequence_string = self.prepare_started_computer_partition_sequence_string + """
LoginTestVifibCustomer LoginTestVifibCustomer
PersonRequestSlaveInstance PersonRequestSlaveInstance
SlapLogout SlapLogout
LoginDefaultUser LoginDefaultUser
ConfirmOrderedSaleOrderActiveSense ConfirmOrderedSaleOrderActiveSense
Tic Tic
SlapLoginCurrentComputer
SoftwareInstanceAvailable
Tic
LoginDefaultUser
SetSelectedComputerPartition
LoginTestVifibCustomer LoginTestVifibCustomer
RequestSoftwareInstanceStart RequestSoftwareInstanceStart
Tic Tic
SlapLogout Logout
LoginDefaultUser LoginDefaultUser
CheckComputerPartitionInstanceCleanupSalePackingListConfirmed CheckComputerPartitionInstanceHostingSalePackingListConfirmed
Logout Logout
""" """
sequence_list.addSequenceString(sequence_string) sequence_list.addSequenceString(sequence_string)
sequence_list.play(self) sequence_list.play(self)
@skip("Not Finished yet")
def test_SlaveInstance_request_stop(self): def test_SlaveInstance_request_stop(self):
""" """
Check that the Slave Instance will be stopped correctly Check that the Slave Instance will be stopped correctly
XXX - Review the sequence of steps to verify that the scenario is
validating the feature of stop a Instance Slave
""" """
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 + """
...@@ -4649,13 +4647,15 @@ class TestVifibSlapWebService(testVifibMixin): ...@@ -4649,13 +4647,15 @@ class TestVifibSlapWebService(testVifibMixin):
LoginDefaultUser LoginDefaultUser
ConfirmOrderedSaleOrderActiveSense ConfirmOrderedSaleOrderActiveSense
Tic Tic
LoginTestVifibCustomer SlapLoginCurrentComputer
SoftwareInstanceAvailable
Tic
RequestSoftwareInstanceStop RequestSoftwareInstanceStop
Tic Tic
SlapLogout
LoginDefaultUser
CheckComputerPartitionInstanceCleanupSalePackingListConfirmed
Logout Logout
LoginDefaultUser
CheckComputerPartitionInstanceHostingSalePackingListStopped
Logout \
""" """
sequence_list.addSequenceString(sequence_string) sequence_list.addSequenceString(sequence_string)
sequence_list.play(self) sequence_list.play(self)
......
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