summary refs log tree commit diff
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2021-07-14 00:46:08 +0200
committerMartin Weinelt <hexa@darmstadt.ccc.de>2021-07-14 01:36:05 +0200
commitbb961921016d5285b971ea57eaf0f12a47d68925 (patch)
tree62b1dc6af33d15f406328eff7bd8f5e9e2f22c2a
parent2a93d57ebb8eea14720deca90f9b6860ae70dfa2 (diff)
downloadnixpkgs-bb961921016d5285b971ea57eaf0f12a47d68925.tar
nixpkgs-bb961921016d5285b971ea57eaf0f12a47d68925.tar.gz
nixpkgs-bb961921016d5285b971ea57eaf0f12a47d68925.tar.bz2
nixpkgs-bb961921016d5285b971ea57eaf0f12a47d68925.tar.lz
nixpkgs-bb961921016d5285b971ea57eaf0f12a47d68925.tar.xz
nixpkgs-bb961921016d5285b971ea57eaf0f12a47d68925.tar.zst
nixpkgs-bb961921016d5285b971ea57eaf0f12a47d68925.zip
kea: setup passthru test
-rw-r--r--pkgs/tools/networking/kea/default.nix10
1 files changed, 8 insertions, 2 deletions
diff --git a/pkgs/tools/networking/kea/default.nix b/pkgs/tools/networking/kea/default.nix
index 7f4ea31de70..e3e4a67c131 100644
--- a/pkgs/tools/networking/kea/default.nix
+++ b/pkgs/tools/networking/kea/default.nix
@@ -8,7 +8,9 @@
 , libmysqlclient
 , log4cplus
 , postgresql
-, python3 }:
+, python3
+, nixosTests
+}:
 
 stdenv.mkDerivation rec {
   pname = "kea";
@@ -48,11 +50,15 @@ stdenv.mkDerivation rec {
 
   enableParallelBuilding = true;
 
+  passthru.tests = {
+    inherit (nixosTests) kea;
+  };
+
   meta = with lib; {
     homepage = "https://kea.isc.org/";
     description = "High-performance, extensible DHCP server by ISC";
     longDescription = ''
-      KEA is a new open source DHCPv4/DHCPv6 server being developed by
+      Kea is a new open source DHCPv4/DHCPv6 server being developed by
       Internet Systems Consortium. The objective of this project is to
       provide a very high-performance, extensible DHCP server engine for
       use by enterprises and service providers, either as is or with