mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-21 03:25:36 +00:00
bind: add some more nixosTests to passthru.tests
This commit is contained in:
parent
cb6fac46c1
commit
2830a7976f
@ -71,7 +71,12 @@ stdenv.mkDerivation rec {
|
||||
|
||||
doCheck = false; # requires root and the net
|
||||
|
||||
passthru.tests = { inherit (nixosTests) bind; };
|
||||
passthru.tests = {
|
||||
inherit (nixosTests) bind;
|
||||
prometheus-exporter = nixosTests.prometheus-exporters.bind;
|
||||
kubernetes-dns-single-node = nixosTests.kubernetes.dns-single-node;
|
||||
kubernetes-dns-multi-node = nixosTests.kubernetes.dns-multi-node;
|
||||
};
|
||||
|
||||
meta = with lib; {
|
||||
homepage = "https://www.isc.org/bind/";
|
||||
|
Loading…
Reference in New Issue
Block a user