···833833 # TODO: do we want to bail after a set number of attempts?
834834 while not shell_ready(timeout_secs=30):
835835 self.log("Guest root shell did not produce any data yet...")
836836+ self.log(" To debug, enter the VM and run 'systemctl status backdoor.service'.")
836837837838 while True:
838839 chunk = self.shell.recv(1024)