mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03:00
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
|
||||
, 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";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user