Merge "Ensure server is running before getting console"

This commit is contained in:
Zuul 2021-04-28 17:30:12 +00:00 committed by Gerrit Code Review
commit 3ce1de66e2
1 changed files with 1 additions and 0 deletions

View File

@ -79,6 +79,7 @@ class ClientTest(testtools.TestCase):
self.assertIsNotNone(hypervisor)
def test_get_console_output(self):
nova.activate_server(self.stack.server_id)
output = nova.get_console_output(server=self.stack.server_id,
length=50,
timeout=60.)