repo.or.cz
/
NixPkgs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
vuls: init at 0.27.0 (#348530)
[NixPkgs.git]
/
nixos
/
tests
/
qboot.nix
blob
29d999be58e5bcaaedcde5e3b2543c6b88b7d6c9
1
import ./make-test-python.nix ({ pkgs, ...} : {
2
name = "qboot";
3
4
nodes.machine = { ... }: {
5
virtualisation.bios = pkgs.qboot;
6
};
7
8
testScript =
9
''
10
start_all()
11
machine.wait_for_unit("multi-user.target")
12
'';
13
})