Merge "Remove unnecessary wait_for_cloud_init_done operation"

This commit is contained in:
Zuul 2021-05-05 21:59:50 +00:00 committed by Gerrit Code Review
commit c7c96977ee
1 changed files with 0 additions and 1 deletions

View File

@ -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)