nixos/tests/test-driver: make it clear when shell is ready
Co-authored-by: Domen Kožar <domen@enlambda.com>
This commit is contained in:
parent
2871442731
commit
fd739c4dee
1 changed files with 1 additions and 0 deletions
|
@ -461,6 +461,7 @@ class Machine:
|
|||
|
||||
Should only be used during test development, not in the production test."""
|
||||
self.connect()
|
||||
self.log("Terminal is ready (there is no prompt):")
|
||||
telnet = telnetlib.Telnet()
|
||||
telnet.sock = self.shell # type: ignore
|
||||
telnet.interact()
|
||||
|
|
Loading…
Reference in a new issue