* In tests/default.nix, only import lib/testing.nix.
svn path=/nixos/trunk/; revision=20483
This commit is contained in:
parent
16e7565214
commit
358f3cd79c
@ -5,6 +5,8 @@ with pkgs;
|
|||||||
|
|
||||||
rec {
|
rec {
|
||||||
|
|
||||||
|
inherit pkgs;
|
||||||
|
|
||||||
|
|
||||||
# Run an automated test suite in the given virtual network.
|
# Run an automated test suite in the given virtual network.
|
||||||
# `network' must be the result of a call to the
|
# `network' must be the result of a call to the
|
||||||
|
@ -3,13 +3,7 @@
|
|||||||
, system ? builtins.currentSystem
|
, system ? builtins.currentSystem
|
||||||
}:
|
}:
|
||||||
|
|
||||||
let
|
with import ../lib/testing.nix { inherit nixpkgs services system; };
|
||||||
|
|
||||||
testLib =
|
|
||||||
(import ../lib/build-vms.nix { inherit nixpkgs services system; }) //
|
|
||||||
(import ../lib/testing.nix { inherit nixpkgs services system; });
|
|
||||||
|
|
||||||
in with testLib;
|
|
||||||
|
|
||||||
{
|
{
|
||||||
firefox = apply (import ./firefox.nix);
|
firefox = apply (import ./firefox.nix);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user