summary refs log tree commit diff
path: root/nixos/release.nix
diff options
context:
space:
mode:
authoraszlig <aszlig@nix.build>2018-04-26 06:09:05 +0200
committeraszlig <aszlig@nix.build>2018-04-26 08:04:45 +0200
commit4de774a63bef6d97246641212d8c38cc34ff6665 (patch)
treed20da85a92f249af4226e50a579fc8f294e46a4b /nixos/release.nix
parentca52152a9198ae42e894829f8f192d39ac173356 (diff)
downloadnixlib-4de774a63bef6d97246641212d8c38cc34ff6665.tar
nixlib-4de774a63bef6d97246641212d8c38cc34ff6665.tar.gz
nixlib-4de774a63bef6d97246641212d8c38cc34ff6665.tar.bz2
nixlib-4de774a63bef6d97246641212d8c38cc34ff6665.tar.lz
nixlib-4de774a63bef6d97246641212d8c38cc34ff6665.tar.xz
nixlib-4de774a63bef6d97246641212d8c38cc34ff6665.tar.zst
nixlib-4de774a63bef6d97246641212d8c38cc34ff6665.zip
nixos/dhparams: Add a VM test
We're going to make changes to the dhparams module so we really want to
make sure we don't break it, so having a NixOS VM test is to make sure
we don't blow things up and can iterate on it.

Signed-off-by: aszlig <aszlig@nix.build>
Cc: @Ekleog
Diffstat (limited to 'nixos/release.nix')
-rw-r--r--nixos/release.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/release.nix b/nixos/release.nix
index 2f779280e6b2..9d8a62f99952 100644
--- a/nixos/release.nix
+++ b/nixos/release.nix
@@ -269,6 +269,7 @@ in rec {
   tests.containers-macvlans = callTest tests/containers-macvlans.nix {};
   tests.couchdb = callTest tests/couchdb.nix {};
   tests.deluge = callTest tests/deluge.nix {};
+  tests.dhparams = callTest tests/dhparams.nix {};
   tests.docker = callTestOnMatchingSystems ["x86_64-linux"] tests/docker.nix {};
   tests.docker-tools = callTestOnMatchingSystems ["x86_64-linux"] tests/docker-tools.nix {};
   tests.docker-tools-overlay = callTestOnMatchingSystems ["x86_64-linux"] tests/docker-tools-overlay.nix {};