kea: Add the networkd prefix-delegation test to passthru

This commit is contained in:
Martin Weinelt 2022-10-10 03:11:04 +02:00
parent 5f20362a4a
commit c915c462d8
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -51,7 +51,7 @@ stdenv.mkDerivation rec {
enableParallelBuilding = true;
passthru.tests = {
inherit (nixosTests) kea;
inherit (nixosTests) kea systemd-networkd-ipv6-prefix-delegation;
};
meta = with lib; {