nixos/test-driver: remove allow_reboot state from Machine, make it a start() kwarg

This commit is contained in:
Astro
2023-03-16 01:50:15 +01:00
parent f4331c4983
commit 64a4ae6f37
3 changed files with 4 additions and 8 deletions

View File

@@ -179,7 +179,6 @@ class Driver:
start_command=cmd,
name=name,
keep_vm_state=args.get("keep_vm_state", False),
allow_reboot=args.get("allow_reboot", False),
)
def serial_stdout_on(self) -> None: