podman: Add nixosTests.podman-dnsname to tests
(cherry picked from commit 1d781e5c80d3c392933479a114e9e3857a1d9529)
This commit is contained in:
parent
c758b69375
commit
eeefa0a65d
|
@ -84,7 +84,10 @@ buildGoModule rec {
|
|||
passthru.tests = {
|
||||
inherit (nixosTests) podman;
|
||||
# related modules
|
||||
inherit (nixosTests) podman-tls-ghostunnel;
|
||||
inherit (nixosTests)
|
||||
podman-tls-ghostunnel
|
||||
podman-dnsname
|
||||
;
|
||||
};
|
||||
|
||||
meta = with lib; {
|
||||
|
|
Loading…
Reference in New Issue