Commit efc54323 authored by Gabriel Monnerat's avatar Gabriel Monnerat

more step to steps section to be more easy find it

parent 8a1e7153
......@@ -4719,9 +4719,6 @@ class TestVifibSlapWebService(testVifibMixin):
sequence_list.addSequenceString(sequence_string)
sequence_list.play(self)
def stepSetDeliveryLineAmountAsTwo(self, sequence):
sequence.edit(delivery_line_amount=2)
def test_SlaveInstance_request_stop_from_SoftwareInstance(self):
"""
Check that the Slave Instance will be stopped and started correctly when
......@@ -6030,6 +6027,9 @@ class TestVifibSlapWebService(testVifibMixin):
uid=sequence["software_instance_uid"])
slave_instance.stopComputerPartitionInstallation()
def stepSetDeliveryLineAmountAsTwo(self, sequence):
sequence.edit(delivery_line_amount=2)
prepare_two_purchase_packing_list = \
prepare_software_release_purchase_packing_list + '\
LoginDefaultUser \
......
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