nixpkgs/nixos/lib/test-driver/test_driver
Raito Bezarius f1aee66f92 nixos/lib/test-driver: enable EFI variable reads at runtime
This is useful whenever you want to diagnose the current state of UEFI
variables, to assert that bootloaders or boot programs (systemd-stub)
did their job correctly and set their variables accordingly.

In the future, it can enable inspecting SecureBoot keys also.
2023-05-27 22:44:58 +02:00
..
__init__.py nixos/test-driver: use f-strings instead of .format() 2022-12-29 23:51:35 +01:00
driver.py nixos/test-driver: remove allow_reboot state from Machine, make it a start() kwarg 2023-03-16 01:50:15 +01:00
efi.py nixos/lib/test-driver: enable EFI variable reads at runtime 2023-05-27 22:44:58 +02:00
logger.py nixos/test-driver: use f-strings instead of .format() 2022-12-29 23:51:35 +01:00
machine.py nixos/lib/test-driver: enable EFI variable reads at runtime 2023-05-27 22:44:58 +02:00
polling_condition.py nixos/test-driver: allow multiple entry of polling condition 2022-04-27 16:21:10 +02:00
py.typed nixos/test-driver: Typecheck TestScript 2022-06-02 10:05:45 +02:00
vlan.py add hub mode comment 2022-07-21 16:34:09 +02:00