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