From c6c9db9a6bd1abce9d780dee8b8c1101204fb258 Mon Sep 17 00:00:00 2001 From: Zack Cerza Date: Thu, 18 Aug 2016 15:55:33 -0600 Subject: [PATCH] Use the new console_log class Signed-off-by: Zack Cerza --- teuthology/run.py | 1 + 1 file changed, 1 insertion(+) diff --git a/teuthology/run.py b/teuthology/run.py index a6e40e76b2..e1f79a1270 100644 --- a/teuthology/run.py +++ b/teuthology/run.py @@ -191,6 +191,7 @@ def get_initial_tasks(lock, config, machine_type): init_tasks.extend([ {'internal.check_lock': None}, {'internal.add_remotes': None}, + {'console_log': None}, {'internal.connect': None}, {'internal.push_inventory': None}, {'internal.serialize_remote_roles': None}, -- 2.39.5