kea: drop removed nixos test

The exporter test was migrated into the primary kea test.
This commit is contained in:
Martin Weinelt 2024-03-23 16:15:08 +01:00
parent a4b6e457b8
commit acac5b417f
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

@ -87,7 +87,6 @@ stdenv.mkDerivation rec {
passthru.tests = {
kea = nixosTests.kea;
prefix-delegation = nixosTests.systemd-networkd-ipv6-prefix-delegation;
prometheus-exporter = nixosTests.prometheus-exporters.kea;
networking-scripted = lib.recurseIntoAttrs { inherit (nixosTests.networking.scripted) dhcpDefault dhcpSimple dhcpOneIf; };
networking-networkd = lib.recurseIntoAttrs { inherit (nixosTests.networking.networkd) dhcpDefault dhcpSimple dhcpOneIf; };
};