From c57a912016025f66d666f0da26bc998b49ae55a7 Mon Sep 17 00:00:00 2001 From: Bob van der Linden Date: Wed, 19 Nov 2014 23:18:44 +0100 Subject: nixos: test: add tests for booting installation iso in various ways --- nixos/release.nix | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'nixos/release.nix') diff --git a/nixos/release.nix b/nixos/release.nix index 1712c90ad33f..90824d459941 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 -- cgit 1.4.1