about summary refs log tree commit diff
path: root/modules/profiles
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2016-05-06 22:23:54 +0200
committeraszlig <aszlig@redmoonstudios.org>2016-05-06 22:23:54 +0200
commitd3ea3797e65e04dddab5daca6f823d264a8f75ea (patch)
tree3748f23eba53bc150d5d2553de8af3bbbd41e416 /modules/profiles
parent3cf5e4b4c97aa96081196275f91c9aa5cfe31a7f (diff)
profiles/tests: Add upstream test "boot-stage1"
This test has been introduced by NixOS/nixpkgs@e936f7d and was part of
NixOS/nixpkgs#15275.

The check attribute is always true for this test, because it has to be
run no matter which configuration you're using. It basically makes sure
that boot stage 1 is working correctly.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Diffstat (limited to 'modules/profiles')
-rw-r--r--modules/profiles/tests.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/profiles/tests.nix b/modules/profiles/tests.nix
index 94b8b88e..84c0f668 100644
--- a/modules/profiles/tests.nix
+++ b/modules/profiles/tests.nix
@@ -22,6 +22,9 @@ let
         ["nixos" "boot" "uefiUsb"]
       ];
     }
+    { check = true;
+      path  = ["nixos" "boot-stage1"];
+    }
     { check = config.services.cadvisor.enable;
       path  = ["nixos" "cadvisor"];
     }