Commit Graph

3 Commits

Author SHA1 Message Date
Martin Weinelt
3a8b38d4ee nixos/polkit: modernize 2026-06-11 20:31:23 +02:00
Kierán Meinhardt
84fe17e869 nixos/tests: fix machine type hints
With the addition of test driver machines based on systemd-nspawn, the
`Machine` class was superseded by an abstract base class `BaseMachine`
and a subclass `QemuMachine` for conventional QEMU-based test nodes.

This commit fixes the usage of the `Machine` class in type annotations
across our tests. It also makes the tests use the more specific
`machines_qemu` variable if QEMU-specific features are required from the
machines. (`machines` provides only the methods shared by both
`NspawnMachine` and `Qemumachine`.)
2026-03-24 16:03:28 +01:00
Rodney Lorrimar
686c2c3d00 nixos/rtkit: Add tests 2024-12-06 12:43:55 +08:00