nixpkgs/nixos/lib/test-driver/test_driver
Daniel Fullmer 24fb872079 nixos/test-driver: fix regression when using legacy start command
The aarch64-linux versions of the boot.uefiUsb and boot.uefiCdrom tests
were broken by b0fc9da879.
That commit was a refactor which omitted the qemuBinary option, which was
previously available in the legacy start command. This restores that
option and fixes the tests previously mentioned.
2022-02-17 18:12:24 -08:00
..
__init__.py add --no-interactive flag 2022-01-26 11:27:01 +01:00
driver.py factor out tmp-dir checks 2022-01-25 11:31:25 +01:00
logger.py
machine.py nixos/test-driver: fix regression when using legacy start command 2022-02-17 18:12:24 -08:00
polling_condition.py nixos/test-driver: remove unused imports, add pylint unused-import check 2022-01-02 23:12:21 +01:00
vlan.py