Fixed nixos-build-vms to use the new test driver. Backdoor option does not work anymore though. I have to look for another solution
svn path=/nixos/trunk/; revision=25591
This commit is contained in:
parent
066f76e65f
commit
51d66f647a
@ -8,9 +8,6 @@
|
|||||||
|
|
||||||
let nodes = import networkExpr;
|
let nodes = import networkExpr;
|
||||||
in
|
in
|
||||||
(import "${nixos}/lib/build-vms.nix" {
|
with import "${nixos}/lib/testing.nix" { inherit nixpkgs services system useBackdoor; };
|
||||||
inherit nixpkgs services system useBackdoor;
|
|
||||||
})
|
(complete { inherit nodes; testScript = ""; }).driver
|
||||||
.buildVirtualNetwork {
|
|
||||||
inherit nodes;
|
|
||||||
}
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user