Udate floating IP test case

Change-Id: I6ea1467f8d060ae41f194c64718d910a12b6f7ef
This commit is contained in:
Federico Ressi 2021-11-19 09:11:19 +01:00
parent 21e19e8c94
commit 2c23c96141
1 changed files with 0 additions and 5 deletions

View File

@ -37,11 +37,6 @@ class FloatingIPTest(testtools.TestCase):
#: Resources stack with floating IP and Nova server
stack = tobiko.required_setup_fixture(stacks.CirrosServerStackFixture)
def test_stack_create_complete(self):
self.stack.key_pair_stack.wait_for_create_complete()
self.stack.network_stack.wait_for_create_complete()
self.stack.wait_for_create_complete()
def test_ssh(self):
"""Test SSH connectivity to floating IP address"""
hostname = sh.ssh_hostname(ssh_client=self.stack.ssh_client)