summary refs log tree commit diff
path: root/release.nix
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2013-06-28 04:19:38 +0200
committeraszlig <aszlig@redmoonstudios.org>2013-06-28 04:24:23 +0200
commit4ba597aa51a4018286504795027161bfc5d81bbc (patch)
tree43839a33f5865f231b30f48f13ac9facf46afb3c /release.nix
parentaba54edf4881a429c0a8074fe1a078b7011d52fc (diff)
downloadnixpkgs-4ba597aa51a4018286504795027161bfc5d81bbc.tar
nixpkgs-4ba597aa51a4018286504795027161bfc5d81bbc.tar.gz
nixpkgs-4ba597aa51a4018286504795027161bfc5d81bbc.tar.bz2
nixpkgs-4ba597aa51a4018286504795027161bfc5d81bbc.tar.lz
nixpkgs-4ba597aa51a4018286504795027161bfc5d81bbc.tar.xz
nixpkgs-4ba597aa51a4018286504795027161bfc5d81bbc.tar.zst
nixpkgs-4ba597aa51a4018286504795027161bfc5d81bbc.zip
tests: Add VM test for partitioning using nixpart.
At the moment, we still use kickstart syntax, but this is going to change
soon[TM] to be more NixOS-integrated. The tests use emptyDiskImages option
introduced in the previous commit, so we don't have to create a whole bunch of
duplicate expressions.

Testing itself is done exclusively on /dev/vdb and /dev/vdc. And there is a
check (ensureSanity) to make sure none of the tests are actually mutating
/dev/vda.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Diffstat (limited to 'release.nix')
-rw-r--r--release.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/release.nix b/release.nix
index 956ca7e3452..1ae786e58fb 100644
--- a/release.nix
+++ b/release.nix
@@ -227,6 +227,7 @@ in {
       nat = runTest (t: t.nat.test);
       nfs = runTest (t: t.nfs.test);
       openssh = runTest (t: t.openssh.test);
+      partition = runTest (t: t.partition.test);
       proxy = runTest (t: t.proxy.test);
       quake3 = runTest (t: t.quake3.report);
       #subversion = runTest (t: t.subversion.report);