nixpkgs/nixos/lib/test-driver/test_driver
Raito Bezarius 7088e386ff nixosTests.kexec: reconnect properly after 2nd kexec
By some miracle, before, it was possible to reconnect to the `node1` without
doing any relevant dance.

But now we are direct booting (¿), it seems like we need to do the right things.

This introduces a `check_output` flag for `execute` because we do not want to steal the
messages from the backdoor service as we might execute the kexec too fast compared
to when we will reconnect.

Therefore, we will let the message in the pipe if needed.
2023-06-16 19:43:40 +02:00
..
__init__.py
driver.py nixos/test-driver: undeprecate create_machine 2023-05-27 12:56:04 +00:00
logger.py
machine.py nixosTests.kexec: reconnect properly after 2nd kexec 2023-06-16 19:43:40 +02:00
polling_condition.py
py.typed
vlan.py