haproxy: add passthru.tests
This commit is contained in:
parent
4fb71e299d
commit
7225ae36c3
@ -1,7 +1,7 @@
|
||||
{ useLua ? !stdenv.isDarwin
|
||||
, usePcre ? true
|
||||
, withPrometheusExporter ? true
|
||||
, stdenv, lib, fetchurl
|
||||
, stdenv, lib, fetchurl, nixosTests
|
||||
, openssl, zlib
|
||||
, lua5_3 ? null, pcre ? null, systemd ? null
|
||||
}:
|
||||
@ -51,6 +51,8 @@ stdenv.mkDerivation rec {
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
passthru.tests.haproxy = nixosTests.haproxy;
|
||||
|
||||
meta = with lib; {
|
||||
description = "Reliable, high performance TCP/HTTP load balancer";
|
||||
longDescription = ''
|
||||
|
Loading…
Reference in New Issue
Block a user