Commit 666081b4 authored by Gabriel Monnerat's avatar Gabriel Monnerat

Fix docstrings to reflect the reality of each test

parent efc54323
...@@ -4721,8 +4721,8 @@ class TestVifibSlapWebService(testVifibMixin): ...@@ -4721,8 +4721,8 @@ class TestVifibSlapWebService(testVifibMixin):
def test_SlaveInstance_request_stop_from_SoftwareInstance(self): def test_SlaveInstance_request_stop_from_SoftwareInstance(self):
""" """
Check that the Slave Instance will be stopped and started correctly when Check that the Slave Instance will be stopped correctly when
a Software Instance is started/stopped a Software Instance is stopped
""" """
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 + """
...@@ -4757,8 +4757,8 @@ class TestVifibSlapWebService(testVifibMixin): ...@@ -4757,8 +4757,8 @@ class TestVifibSlapWebService(testVifibMixin):
def test_SlaveInstance_request_start_from_SoftwareInstance(self): def test_SlaveInstance_request_start_from_SoftwareInstance(self):
""" """
Check that the Slave Instance will be start and started correctly when Check that the Slave Instance will be started correctly when
a Software Instance is started/stopped a Software Instance is started
""" """
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 + """
......
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