podman: Add nixosTests.podman-dnsname to tests

launchpad/nixpkgs/master
Robert Hensing 3 years ago
parent 54f2f1e5f1
commit 1d781e5c80
  1. 5
      pkgs/applications/virtualization/podman/default.nix

@ -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…
Cancel
Save