From 2c23c961410efa68875e76a2d7389a78a62e5e5d Mon Sep 17 00:00:00 2001 From: Federico Ressi Date: Fri, 19 Nov 2021 09:11:19 +0100 Subject: [PATCH] Udate floating IP test case Change-Id: I6ea1467f8d060ae41f194c64718d910a12b6f7ef --- tobiko/tests/scenario/neutron/test_floating_ip.py | 5 ----- 1 file changed, 5 deletions(-) diff --git a/tobiko/tests/scenario/neutron/test_floating_ip.py b/tobiko/tests/scenario/neutron/test_floating_ip.py index 7c024e7b1..a7ea130f5 100644 --- a/tobiko/tests/scenario/neutron/test_floating_ip.py +++ b/tobiko/tests/scenario/neutron/test_floating_ip.py @@ -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)