haproxy: add passthru.tests

This commit is contained in:
Mario Rodas 2020-11-14 04:20:00 +00:00
parent 4fb71e299d
commit 7225ae36c3

View File

@ -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 = ''