podman: Add nixosTests.podman-dnsname to tests

(cherry picked from commit 1d781e5c80d3c392933479a114e9e3857a1d9529)
This commit is contained in:
Robert Hensing
2021-06-02 10:20:11 +02:00
parent c758b69375
commit eeefa0a65d
@@ -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; {