summary refs log tree commit diff
path: root/nixos/tests/all-tests.nix
diff options
context:
space:
mode:
authorRobert Hensing <robert@roberthensing.nl>2021-05-27 16:22:28 +0200
committerRobert Hensing <robert@roberthensing.nl>2021-05-31 14:31:09 +0200
commit54f2f1e5f1c7fd34e564a84443e8490477e26eb7 (patch)
tree2448b167428841bcaec2651d69f2cb73090a5a53 /nixos/tests/all-tests.nix
parentd81631fb98ea35b107d86f5de287cf727d0dfc18 (diff)
downloadnixpkgs-54f2f1e5f1c7fd34e564a84443e8490477e26eb7.tar
nixpkgs-54f2f1e5f1c7fd34e564a84443e8490477e26eb7.tar.gz
nixpkgs-54f2f1e5f1c7fd34e564a84443e8490477e26eb7.tar.bz2
nixpkgs-54f2f1e5f1c7fd34e564a84443e8490477e26eb7.tar.lz
nixpkgs-54f2f1e5f1c7fd34e564a84443e8490477e26eb7.tar.xz
nixpkgs-54f2f1e5f1c7fd34e564a84443e8490477e26eb7.tar.zst
nixpkgs-54f2f1e5f1c7fd34e564a84443e8490477e26eb7.zip
nixos/podman-dnsname: init
Diffstat (limited to 'nixos/tests/all-tests.nix')
-rw-r--r--nixos/tests/all-tests.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/tests/all-tests.nix b/nixos/tests/all-tests.nix
index f6417170a6f..413db7063b8 100644
--- a/nixos/tests/all-tests.nix
+++ b/nixos/tests/all-tests.nix
@@ -335,6 +335,7 @@ in
   plotinus = handleTest ./plotinus.nix {};
   podgrab = handleTest ./podgrab.nix {};
   podman = handleTestOn ["x86_64-linux"] ./podman.nix {};
+  podman-dnsname = handleTestOn ["x86_64-linux"] ./podman-dnsname.nix {};
   podman-tls-ghostunnel = handleTestOn ["x86_64-linux"] ./podman-tls-ghostunnel.nix {};
   pomerium = handleTestOn ["x86_64-linux"] ./pomerium.nix {};
   postfix = handleTest ./postfix.nix {};