podman: Add nixosTests.podman-dnsname to tests

(cherry picked from commit 1d781e5c80d3c392933479a114e9e3857a1d9529)
This commit is contained in:
Robert Hensing 2021-05-31 09:40:04 +02:00
parent c758b69375
commit eeefa0a65d
1 changed files with 4 additions and 1 deletions

View File

@ -84,7 +84,10 @@ buildGoModule rec {
passthru.tests = { passthru.tests = {
inherit (nixosTests) podman; inherit (nixosTests) podman;
# related modules # related modules
inherit (nixosTests) podman-tls-ghostunnel; inherit (nixosTests)
podman-tls-ghostunnel
podman-dnsname
;
}; };
meta = with lib; { meta = with lib; {