nfs-utils: link nfs tests
This commit is contained in:
parent
e0b9b5f7a6
commit
e71bd33878
@ -1,6 +1,6 @@
|
|||||||
{ stdenv, fetchurl, fetchpatch, lib, pkgconfig, utillinux, libcap, libtirpc, libevent
|
{ stdenv, fetchurl, fetchpatch, lib, pkgconfig, utillinux, libcap, libtirpc, libevent
|
||||||
, sqlite, kerberos, kmod, libuuid, keyutils, lvm2, systemd, coreutils, tcp_wrappers
|
, sqlite, kerberos, kmod, libuuid, keyutils, lvm2, systemd, coreutils, tcp_wrappers
|
||||||
, python3, buildPackages
|
, python3, buildPackages, nixosTests
|
||||||
}:
|
}:
|
||||||
|
|
||||||
let
|
let
|
||||||
@ -105,6 +105,12 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
disallowedReferences = [ (lib.getDev kerberos) ];
|
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; {
|
meta = with stdenv.lib; {
|
||||||
description = "Linux user-space NFS utilities";
|
description = "Linux user-space NFS utilities";
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user