Commit 4e62f9c5 authored by Gabriel Monnerat's avatar Gabriel Monnerat

rename step to represent the same name of workflow transition

parent 5c2fc647
......@@ -5162,7 +5162,7 @@ class TestVifibSlapWebService(testVifibMixin):
CheckComputerPartitionInstanceHostingSalePackingListDelivered
Logout
LoginTestVifibCustomer
StopSoftwareInstanceFromCurrentComputerPartition
RequestStopSoftwareInstanceFromCurrentComputerPartition
Tic
Logout
LoginDefaultUser
......@@ -6396,7 +6396,8 @@ class TestVifibSlapWebService(testVifibMixin):
sequence)
software_instance.requestStartComputerPartition()
def stepStopSoftwareInstanceFromCurrentComputerPartition(self, sequence):
def stepRequestStopSoftwareInstanceFromCurrentComputerPartition(self,
sequence):
software_instance = self._getSoftwareInstanceFromCurrentComputerPartition(
sequence)
software_instance.requestStopComputerPartition()
......
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