Files
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
..
2025-06-17 12:21:12 -04:00
2026-03-24 16:03:28 +01:00
2025-07-24 13:55:40 +02:00