Commit 8649af5a authored by Gabriel Monnerat's avatar Gabriel Monnerat

rename test because this name is duplicated and fix the step name

parent 162c49ec
...@@ -4668,7 +4668,7 @@ class TestVifibSlapWebService(testVifibMixin): ...@@ -4668,7 +4668,7 @@ class TestVifibSlapWebService(testVifibMixin):
sequence['requested_filter_dict'] = dict( sequence['requested_filter_dict'] = dict(
computer_guid="COMP-99999999999999999999999") computer_guid="COMP-99999999999999999999999")
def test_ComputerPartition_request_filter_computer_guid(self): def test_ComputerPartition_request_filter_slave_computer_guid(self):
""" """
Check that requesting with filter computer_guid key works as expected Check that requesting with filter computer_guid key works as expected
""" """
...@@ -4683,7 +4683,7 @@ class TestVifibSlapWebService(testVifibMixin): ...@@ -4683,7 +4683,7 @@ class TestVifibSlapWebService(testVifibMixin):
SelectAnotherRequestedReference \ SelectAnotherRequestedReference \
SelectEmptyRequestedParameterDict \ SelectEmptyRequestedParameterDict \
SlapLoginCurrentSoftwareInstance \ SlapLoginCurrentSoftwareInstance \
RequestSlaveInstanceFromComputerPartitionNotFoundResponse \ RequestSlaveInstanceFromComputerPartitionNotFoundError \
Tic \ Tic \
SlapLogout \ SlapLogout \
\ \
...@@ -4701,7 +4701,7 @@ class TestVifibSlapWebService(testVifibMixin): ...@@ -4701,7 +4701,7 @@ class TestVifibSlapWebService(testVifibMixin):
SetRequestedWrongFilterParameterDict \ SetRequestedWrongFilterParameterDict \
SelectYetAnotherRequestedReference \ SelectYetAnotherRequestedReference \
SlapLoginCurrentSoftwareInstance \ SlapLoginCurrentSoftwareInstance \
RequestSlaveInstanceFromComputerPartitionNotFoundResponse \ RequestSlaveInstanceFromComputerPartitionNotFoundError \
Tic \ Tic \
SlapLogout \ SlapLogout \
' '
......
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