···833 # TODO: do we want to bail after a set number of attempts?
834 while not shell_ready(timeout_secs=30):
835 self.log("Guest root shell did not produce any data yet...")
0836837 while True:
838 chunk = self.shell.recv(1024)
···833 # TODO: do we want to bail after a set number of attempts?
834 while not shell_ready(timeout_secs=30):
835 self.log("Guest root shell did not produce any data yet...")
836+ self.log(" To debug, enter the VM and run 'systemctl status backdoor.service'.")
837838 while True:
839 chunk = self.shell.recv(1024)