Merge pull request #173904 from risicle/ris-bind-extra-passthru-tests
bind: add some more nixosTests to `passthru.tests`
This commit is contained in:
commit
c52f737f27
1 changed files with 6 additions and 1 deletions
|
@ -52,7 +52,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 a new issue