From 78a051d3d2367e7c003e11713c6a41c6b0433381 Mon Sep 17 00:00:00 2001 From: Federico Ressi Date: Wed, 5 May 2021 16:17:12 +0200 Subject: [PATCH] Remove unnecessary wait_for_cloud_init_done operation Change-Id: Ibdc26128dcb833bff86c88c63e34fce42b71e1c7 --- tobiko/tests/scenario/neutron/test_qos.py | 1 - 1 file changed, 1 deletion(-) diff --git a/tobiko/tests/scenario/neutron/test_qos.py b/tobiko/tests/scenario/neutron/test_qos.py index 65bfa4c23..cd2bc5db1 100644 --- a/tobiko/tests/scenario/neutron/test_qos.py +++ b/tobiko/tests/scenario/neutron/test_qos.py @@ -56,6 +56,5 @@ class QoSBasicTest(testtools.TestCase): def test_qos_bw_limit(self): '''Verify BW limit using the iperf tool ''' - self.stack.wait_for_cloud_init_done() iperf.assert_bw_limit(ssh_client=None, # localhost will act as client ssh_server=self.stack.peer_ssh_client)