about summary refs log tree commit diff
path: root/nixos/release.nix
diff options
context:
space:
mode:
authorBob van der Linden <bobvanderlinden@gmail.com>2014-11-19 23:18:44 +0100
committerVladimír Čunát <vcunat@gmail.com>2015-03-24 22:09:07 +0100
commitc57a912016025f66d666f0da26bc998b49ae55a7 (patch)
treeb6ae5051493137fd826bcc71d4ecf30e72abac02 /nixos/release.nix
parent9ff9949896c7ff0307ea60dc8d25de340860bfc4 (diff)
nixos: test: add tests for booting installation iso in various ways
Diffstat (limited to 'nixos/release.nix')
-rw-r--r--nixos/release.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/nixos/release.nix b/nixos/release.nix
index 1712c90ad33f7..90824d4599419 100644
--- a/nixos/release.nix
+++ b/nixos/release.nix
@@ -310,6 +310,10 @@ in rec {
   tests.udisks2 = callTest tests/udisks2.nix {};
   tests.virtualbox = callTest tests/virtualbox.nix {};
   tests.xfce = callTest tests/xfce.nix {};
+  tests.bootBiosCdrom = forAllSystems (system: scrubDrv (import tests/boot.nix { inherit system; }).bootBiosCdrom);
+  tests.bootBiosUsb = forAllSystems (system: scrubDrv (import tests/boot.nix { inherit system; }).bootBiosUsb);
+  tests.bootUefiCdrom = forAllSystems (system: scrubDrv (import tests/boot.nix { inherit system; }).bootUefiCdrom);
+  tests.bootUefiUsb = forAllSystems (system: scrubDrv (import tests/boot.nix { inherit system; }).bootUefiUsb);
 
 
   /* Build a bunch of typical closures so that Hydra can keep track of