podman: Add nixosTests.podman-dnsname to tests

This commit is contained in:
Robert Hensing 2021-05-31 09:40:04 +02:00
parent 54f2f1e5f1
commit 1d781e5c80

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; {