mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
nixos/test-driver: provide QemuMachine, NspawnMachine types to testScript
This commit is contained in:
parent
ccdcdd7cb6
commit
fd2eb43269
1 changed files with 2 additions and 0 deletions
|
|
@ -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,
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue