nixos/release-combined: Add required installer tests

This commit is contained in:
William A. Kennington III 2014-06-18 16:21:57 -05:00
parent dd18e67cfb
commit babcd70c36

View File

@ -52,6 +52,10 @@ in rec {
(all nixos.tests.installer.lvm)
(all nixos.tests.installer.separateBoot)
(all nixos.tests.installer.simple)
(all nixos.tests.installer.simpleLabels)
(all nixos.tests.installer.simpleProvided)
(all nixos.tests.installer.btrfsSimple)
(all nixos.tests.installer.btrfsSubvols)
(all nixos.tests.ipv6)
(all nixos.tests.kde4)
(all nixos.tests.login)