nixos/tests: Enable "partition" as "storage".

Renames the test to closer match the NixOS module attribute and put it
into release.nix. Of course, those tests still fail, because nixpart is
still WIP and I haven't pushed the first version yet.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
This commit is contained in:
aszlig 2014-11-04 07:11:04 +01:00
parent 755865271d
commit 2de03d9bb3
No known key found for this signature in database
GPG Key ID: D0EBD0EC8C2DC961
2 changed files with 1 additions and 0 deletions

View File

@ -287,6 +287,7 @@ in rec {
tests.runInMachine = callTest tests/run-in-machine.nix {};
tests.sddm = callTest tests/sddm.nix {};
tests.simple = callTest tests/simple.nix {};
tests.storage = callTest tests/storage.nix {};
tests.tomcat = callTest tests/tomcat.nix {};
tests.udisks2 = callTest tests/udisks2.nix {};
tests.virtualbox = hydraJob (import tests/virtualbox.nix { system = "x86_64-linux"; });