Merge "Fix some reST field lists in docstrings"

This commit is contained in:
Jenkins 2017-03-29 17:34:57 +00:00 committed by Gerrit Code Review
commit fd5a5fcb70
3 changed files with 4 additions and 4 deletions

View File

@ -579,7 +579,7 @@ class ScenarioTest(tempest.test.BaseTestCase):
negative - attempt ping and fail if succeed
:param mtu: network MTU to use for connectivity validation
:raises: AssertError if the result of the connectivity check does
:raises AssertError: if the result of the connectivity check does
not match the value of the should_connect param
"""
if should_connect:
@ -881,7 +881,7 @@ class NetworkScenarioTest(ScenarioTest):
:param dict floating_ip: floating IP dict to check status
:param status: target status
:raises: AssertionError if status doesn't match
:raises AssertionError: if status doesn't match
"""
floatingip_id = floating_ip['id']

View File

@ -424,7 +424,7 @@ class BaseTestCase(manager.NetworkScenarioTest):
:param dict floating_ip: floating IP dict to check status
:param status: target status
:raises: AssertionError if status doesn't match
:raises AssertionError: if status doesn't match
"""
# TODO(ptoohill): Find a way to utilze the proper client method

View File

@ -415,7 +415,7 @@ class BaseTestCase(manager.NetworkScenarioTest):
:param dict floating_ip: floating IP dict to check status
:param status: target status
:raises: AssertionError if status doesn't match
:raises AssertionError: if status doesn't match
"""
# TODO(ptoohill): Find a way to utilze the proper client method