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:
parent
d2d5d5b22e
commit
d4877de9c9
1 changed files with 3 additions and 1 deletions
|
@ -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; {
|
||||
|
|
Loading…
Reference in a new issue