Merge pull request #246093 from blaggacao/fix-nixos-tests-log-backdoor-service-failure

nixos/test-driver: log what to do if backdoor service doesn't come oneline

authored by

Jacek Galowicz and committed by
GitHub
b1b263e5 0a5e37e1

+1
+1
nixos/lib/test-driver/test_driver/machine.py
··· 833 833 # TODO: do we want to bail after a set number of attempts? 834 834 while not shell_ready(timeout_secs=30): 835 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'.") 836 837 837 838 while True: 838 839 chunk = self.shell.recv(1024)