Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
{ }:
{
name = "secondTest";
nodes.test-machine2 =
suites ? null,
...
}:
imports = [ suites.iso ];
};
testScript = ''
machines[0].systemctl("is-system-running --wait")
'';
}