vuls: init at 0.27.0 (#348530)
[NixPkgs.git] / nixos / tests / qboot.nix
blob29d999be58e5bcaaedcde5e3b2543c6b88b7d6c9
1 import ./make-test-python.nix ({ pkgs, ...} : {
2   name = "qboot";
4   nodes.machine = { ... }: {
5     virtualisation.bios = pkgs.qboot;
6   };
8   testScript =
9     ''
10       start_all()
11       machine.wait_for_unit("multi-user.target")
12     '';