summary refs log tree commit diff
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2023-02-25 02:14:30 +0100
committerMartin Weinelt <hexa@darmstadt.ccc.de>2023-03-11 22:23:09 +0100
commit66579946d38ee882304f0e96235423290c65dec9 (patch)
treebf7552c8b776af21713279f9dde65abf809f4824
parent2dc78b7a6d2071b9fa706e616120388bc5064987 (diff)
downloadnixpkgs-66579946d38ee882304f0e96235423290c65dec9.tar
nixpkgs-66579946d38ee882304f0e96235423290c65dec9.tar.gz
nixpkgs-66579946d38ee882304f0e96235423290c65dec9.tar.bz2
nixpkgs-66579946d38ee882304f0e96235423290c65dec9.tar.lz
nixpkgs-66579946d38ee882304f0e96235423290c65dec9.tar.xz
nixpkgs-66579946d38ee882304f0e96235423290c65dec9.tar.zst
nixpkgs-66579946d38ee882304f0e96235423290c65dec9.zip
knot-dns: Test interaction with kea dhcp-ddns
Tests dynamic updates from kea's dhcp-ddns server.
-rw-r--r--pkgs/servers/dns/knot-dns/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/servers/dns/knot-dns/default.nix b/pkgs/servers/dns/knot-dns/default.nix
index 539dbd6a806..9ed93e623b9 100644
--- a/pkgs/servers/dns/knot-dns/default.nix
+++ b/pkgs/servers/dns/knot-dns/default.nix
@@ -59,7 +59,7 @@ stdenv.mkDerivation rec {
   passthru.tests = {
     inherit knot-resolver;
   } // lib.optionalAttrs stdenv.isLinux {
-    inherit (nixosTests) knot;
+    inherit (nixosTests) knot kea;
     # Some dependencies are very version-sensitive, so the might get dropped
     # or embedded after some update, even if the nixPackagers didn't intend to.
     # For non-linux I don't know a good replacement for `ldd`.