knot-dns: Test interaction with kea dhcp-ddns

Tests dynamic updates from kea's dhcp-ddns server.
This commit is contained in:
Martin Weinelt 2023-02-25 02:14:30 +01:00
parent 2dc78b7a6d
commit 66579946d3
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

@ -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`.