diff --git a/support/testing/infra/emulator.py b/support/testing/infra/emulator.py index 950843e37d..be26d4caa4 100644 --- a/support/testing/infra/emulator.py +++ b/support/testing/infra/emulator.py @@ -133,6 +133,9 @@ class Emulator(object): self.qemu.expect("Password:") self.qemu.sendline(password) + self.connect_shell() + + def connect_shell(self): extra_init_cmd = " && ".join([ 'export PAGER=cat', 'dmesg -n 1',