nfs-utils: link nfs tests

This commit is contained in:
Jörg Thalheim 2019-12-13 11:24:48 +00:00
parent e0b9b5f7a6
commit e71bd33878
No known key found for this signature in database
GPG Key ID: B3F5D81B0C6967C4

View File

@ -1,6 +1,6 @@
{ stdenv, fetchurl, fetchpatch, lib, pkgconfig, utillinux, libcap, libtirpc, libevent
, sqlite, kerberos, kmod, libuuid, keyutils, lvm2, systemd, coreutils, tcp_wrappers
, python3, buildPackages
, python3, buildPackages, nixosTests
}:
let
@ -105,6 +105,12 @@ stdenv.mkDerivation rec {
disallowedReferences = [ (lib.getDev kerberos) ];
passthru.tests = {
nfs3-simple = nixosTests.nfs3.simple;
nfs4-simple = nixosTests.nfs4.simple;
nfs4-kerberos = nixosTests.nfs4.kerberos;
};
meta = with stdenv.lib; {
description = "Linux user-space NFS utilities";