nixos/test-driver: provide QemuMachine, NspawnMachine types to testScript

This commit is contained in:
Kierán Meinhardt
2026-03-24 16:03:28 +01:00
parent ccdcdd7cb6
commit fd2eb43269
@@ -244,6 +244,8 @@ class Driver:
serial_stdout_on=self.serial_stdout_on,
polling_condition=self.polling_condition,
BaseMachine=BaseMachine, # for typing
QemuMachine=QemuMachine, # for typing
NspawnMachine=NspawnMachine, # for typing
t=AssertionTester(),
debug=self.debug,
)