From d3ea3797e65e04dddab5daca6f823d264a8f75ea Mon Sep 17 00:00:00 2001 From: aszlig Date: Fri, 6 May 2016 22:23:54 +0200 Subject: 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 --- modules/profiles/tests.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'modules') 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"]; } -- cgit 1.4.1