summary refs log tree commit diff
path: root/nixos/release-combined.nix
diff options
context:
space:
mode:
authorTim Steinbach <NeQuissimus@users.noreply.github.com>2017-09-06 15:04:10 -0400
committerGitHub <noreply@github.com>2017-09-06 15:04:10 -0400
commit7faad2dce829d7db50dbfe3a6466e79c6022e7e6 (patch)
tree639de03e823b028fe918835b878858c809324ad9 /nixos/release-combined.nix
parenta54b2e3ba226c9fa3e7f4ec72fbada8e0859a300 (diff)
parentb4ccef2163d07e5f35bc802c357d2d2167409a3a (diff)
Merge pull request #29040 from NeQuissimus/tests_sys
More basic system tests
Diffstat (limited to 'nixos/release-combined.nix')
-rw-r--r--nixos/release-combined.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/nixos/release-combined.nix b/nixos/release-combined.nix
index 0193a464b9500..6f6253e330b79 100644
--- a/nixos/release-combined.nix
+++ b/nixos/release-combined.nix
@@ -84,6 +84,7 @@ in rec {
         nixos.tests.docker.x86_64-linux
         nixos.tests.docker-edge.x86_64-linux
         (all nixos.tests.ecryptfs)
+        (all nixos.tests.env)
         (all nixos.tests.ipv6)
         (all nixos.tests.i3wm)
         (all nixos.tests.keymap.azerty)
@@ -95,6 +96,7 @@ in rec {
         (all nixos.tests.plasma5)
         (all nixos.tests.kernel-latest)
         (all nixos.tests.kernel-lts)
+        (all nixos.tests.kernel-params)
         #(all nixos.tests.lightdm)
         (all nixos.tests.login)
         (all nixos.tests.misc)
@@ -117,6 +119,7 @@ in rec {
         (all nixos.tests.sddm.default)
         (all nixos.tests.simple)
         (all nixos.tests.slim)
+        (all nixos.tests.sysctl)
         (all nixos.tests.udisks2)
         (all nixos.tests.xfce)
         (all nixos.tests.xmonad)