nixos/test-driver: provide QemuMachine, NspawnMachine types to testScript
This commit is contained in:
@@ -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,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user