summary refs log tree commit diff
path: root/nixos/tests/all-tests.nix
diff options
context:
space:
mode:
authorJacek Galowicz <jacek.galowicz@cyberus-technology.de>2019-11-26 00:44:12 +0100
committerJacek Galowicz <jacek.galowicz@cyberus-technology.de>2019-11-27 09:13:02 +0100
commit07802f4d204c8cb5e9a8e6ff1ea25063f823798c (patch)
tree65a7fae2e7fd56a10475e18d87b7b5287c65559b /nixos/tests/all-tests.nix
parent4e89f75ca6970549e5bfcd89fd41e239b6d83480 (diff)
downloadnixpkgs-07802f4d204c8cb5e9a8e6ff1ea25063f823798c.tar
nixpkgs-07802f4d204c8cb5e9a8e6ff1ea25063f823798c.tar.gz
nixpkgs-07802f4d204c8cb5e9a8e6ff1ea25063f823798c.tar.bz2
nixpkgs-07802f4d204c8cb5e9a8e6ff1ea25063f823798c.tar.lz
nixpkgs-07802f4d204c8cb5e9a8e6ff1ea25063f823798c.tar.xz
nixpkgs-07802f4d204c8cb5e9a8e6ff1ea25063f823798c.tar.zst
nixpkgs-07802f4d204c8cb5e9a8e6ff1ea25063f823798c.zip
nixos/containers-ip: Test both ipv4 and ipv6 in the same script
Diffstat (limited to 'nixos/tests/all-tests.nix')
-rw-r--r--nixos/tests/all-tests.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/nixos/tests/all-tests.nix b/nixos/tests/all-tests.nix
index 7945a239f6a..df65ef249e8 100644
--- a/nixos/tests/all-tests.nix
+++ b/nixos/tests/all-tests.nix
@@ -53,8 +53,7 @@ in
   containers-extra_veth = handleTest ./containers-extra_veth.nix {};
   containers-hosts = handleTest ./containers-hosts.nix {};
   containers-imperative = handleTest ./containers-imperative.nix {};
-  containers-ipv4 = handleTest ./containers-ipv4.nix {};
-  containers-ipv6 = handleTest ./containers-ipv6.nix {};
+  containers-ip = handleTest ./containers-ip.nix {};
   containers-macvlans = handleTest ./containers-macvlans.nix {};
   containers-physical_interfaces = handleTest ./containers-physical_interfaces.nix {};
   containers-restart_networking = handleTest ./containers-restart_networking.nix {};