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

This commit is contained in:
Kierán Meinhardt 2026-03-24 15:11:23 +01:00
commit fd2eb43269

View file

@ -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,
)