Fix trunk transition waiting message
Remove the extra word 'get' as it's unneeded. TrivialFix Change-Id: I1b0911fa7b19296e6e612ef5d32b458091ed6b3d
This commit is contained in:
parent
3da2b2a711
commit
0714486e37
@ -164,14 +164,14 @@ class TrunkTest(base.BaseTempestTestCase):
|
|||||||
utils.wait_until_true(
|
utils.wait_until_true(
|
||||||
lambda: self._is_port_status(port, status),
|
lambda: self._is_port_status(port, status),
|
||||||
exception=RuntimeError(
|
exception=RuntimeError(
|
||||||
"Timed out waiting for port {!r} to transition to get "
|
"Timed out waiting for port {!r} to transition to "
|
||||||
"status {!r}.".format(port['id'], status)))
|
"status {!r}.".format(port['id'], status)))
|
||||||
|
|
||||||
def _wait_for_trunk(self, trunk, status=constants.ACTIVE):
|
def _wait_for_trunk(self, trunk, status=constants.ACTIVE):
|
||||||
utils.wait_until_true(
|
utils.wait_until_true(
|
||||||
lambda: self._is_trunk_status(trunk, status),
|
lambda: self._is_trunk_status(trunk, status),
|
||||||
exception=RuntimeError(
|
exception=RuntimeError(
|
||||||
"Timed out waiting for trunk {!r} to transition to get "
|
"Timed out waiting for trunk {!r} to transition to "
|
||||||
"status {!r}.".format(trunk['id'], status)))
|
"status {!r}.".format(trunk['id'], status)))
|
||||||
|
|
||||||
def _create_ssh_client(self, floating_ip, use_advanced_image=False):
|
def _create_ssh_client(self, floating_ip, use_advanced_image=False):
|
||||||
|
Loading…
x
Reference in New Issue
Block a user