summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2016-09-07 14:12:47 +0200
committerEelco Dolstra <eelco.dolstra@logicblox.com>2016-09-07 14:15:57 +0200
commitd8625f6d25a6d510b588dfb28538155973806055 (patch)
treeeb25661ba961c417e7cf39437e55fe9bdaa66c08 /nixos
parent58b028f9ee24dc403ee83ee744bfa1cf859960a8 (diff)
downloadnixpkgs-d8625f6d25a6d510b588dfb28538155973806055.tar
nixpkgs-d8625f6d25a6d510b588dfb28538155973806055.tar.gz
nixpkgs-d8625f6d25a6d510b588dfb28538155973806055.tar.bz2
nixpkgs-d8625f6d25a6d510b588dfb28538155973806055.tar.lz
nixpkgs-d8625f6d25a6d510b588dfb28538155973806055.tar.xz
nixpkgs-d8625f6d25a6d510b588dfb28538155973806055.tar.zst
nixpkgs-d8625f6d25a6d510b588dfb28538155973806055.zip
Make the NFSv4 tests release-critical
We can probably drop NFSv3...
Diffstat (limited to 'nixos')
-rw-r--r--nixos/release-combined.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/release-combined.nix b/nixos/release-combined.nix
index f2ca6af7e3a..2eb40416bd0 100644
--- a/nixos/release-combined.nix
+++ b/nixos/release-combined.nix
@@ -88,6 +88,7 @@ in rec {
         (all nixos.tests.networking.scripted.sit)
         (all nixos.tests.networking.scripted.vlan)
         (all nixos.tests.nfs3)
+        (all nixos.tests.nfs4)
         (all nixos.tests.openssh)
         (all nixos.tests.printing)
         (all nixos.tests.proxy)