Merge pull request #246191 from bobby285271/fix/nixos-test-driver

nixos/test-driver: format
This commit is contained in:
Bobby Rong 2023-07-30 21:29:04 +08:00 committed by GitHub
commit d3a6adc9b6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -833,7 +833,9 @@ class Machine:
# TODO: do we want to bail after a set number of attempts?
while not shell_ready(timeout_secs=30):
self.log("Guest root shell did not produce any data yet...")
self.log(" To debug, enter the VM and run 'systemctl status backdoor.service'.")
self.log(
" To debug, enter the VM and run 'systemctl status backdoor.service'."
)
while True:
chunk = self.shell.recv(1024)