lanzaboote/nix/tests/stub/fat-stub.nix

15 lines
178 B
Nix

{
name = "fat-stub";
nodes.machine = _: {
imports = [ ./common.nix ];
};
testScript = ''
machine.start()
print(machine.succeed("bootctl status"))
'';
}