kea: add prometheus-exporter to passthru tests

And reorganize passthru.tests, due to naming clash between kea and
prometheus-exporters.kea when relying on inherit.
This commit is contained in:
Martin Weinelt 2022-10-13 05:36:07 +02:00
parent d2d5d5b22e
commit d4877de9c9
No known key found for this signature in database
GPG key ID: 87C1E9888F856759

View file

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