nixpkgs/nixos/lib/test-driver/test_driver
Alyssa Ross 4491b9ec0d
nixos/test-driver: don't add QEMU_OPTS twice
As the TODO says, this is already included by the script.

If adding a device, including this again here would result in either
two devices being added, or, if they were explicitly named, an error
due to reuse of the name.
2024-04-05 12:30:36 +02:00
..
__init__.py nixos/test-driver: provide a global timeout 2023-10-29 12:45:00 +01:00
driver.py nixos/lib/test-driver: make the warning message more noticeable 2024-03-01 13:20:09 +03:00
logger.py nixos/lib/test-driver: fix mypy errors after staging-next merge 2024-03-08 15:33:48 +03:00
machine.py nixos/test-driver: don't add QEMU_OPTS twice 2024-04-05 12:30:36 +02:00
polling_condition.py nixos/test-driver: name exception according to pep8 2023-09-30 10:31:22 +02:00
py.typed nixos/test-driver: Typecheck TestScript 2022-06-02 10:05:45 +02:00
qmp.py nixos/lib/test-driver: wire up QMP client 2023-10-21 13:03:15 +02:00
vlan.py nixos/test-driver: apply ruff fixes & suggestions 2023-09-30 10:31:22 +02:00