Files
nixpkgs/nixos/tests/simple-vm.nix
zowoq 244b700403 nixosTests.simple-vm: rename from nixosTests.simple
renamed because we now have different kinds of tests
2026-05-22 21:24:28 +10:00

12 lines
161 B
Nix

{
name = "simple-vm";
nodes.machine = { };
testScript = ''
start_all()
machine.wait_for_unit("multi-user.target")
machine.shutdown()
'';
}