Skip to content

Commit fa8321b

Browse files
committed
shelldriver: Disable kernel messages after console_ready
With this change the ShellDriver treats console activation like a new login and thus disabling kernel messages on that shell. Until now the ShellDriver would _not_ silence the kernel messages on a console, if it was only activated but no login was needed. Signed-off-by: Chris Fiege <[email protected]>
1 parent b8babc1 commit fa8321b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

labgrid/driver/shelldriver.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,7 @@ def _await_login(self):
169169
# lets start over again and see if login or prompt will appear
170170
# now.
171171
self.console.sendline("")
172+
did_login = True
172173

173174
last_before = before
174175

0 commit comments

Comments
 (0)