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:
Sander van der Burg 2011-01-16 21:57:09 +00:00
parent 066f76e65f
commit 51d66f647a

View file

@ -8,9 +8,6 @@
let nodes = import networkExpr;
in
(import "${nixos}/lib/build-vms.nix" {
inherit nixpkgs services system useBackdoor;
})
.buildVirtualNetwork {
inherit nodes;
}
with import "${nixos}/lib/testing.nix" { inherit nixpkgs services system useBackdoor; };
(complete { inherit nodes; testScript = ""; }).driver