summaryrefslogtreecommitdiffstats
path: root/nixos/release-combined.nix
diff options
context:
space:
mode:
authorAndreas Rammhold <andreas@rammhold.de>2019-03-24 18:09:39 +0100
committerAndreas Rammhold <andreas@rammhold.de>2019-03-24 18:09:39 +0100
commit862615b86eaf00b56316dd5cbf070be957e8a98b (patch)
treef2df349607e015f1c70fc9e7cb59e88dc053b1a9 /nixos/release-combined.nix
parent552e583ef0977cdb6a17299971a62019e003c0c0 (diff)
nixos/release: make ipv6 tests as important as legacy IP tests
IPv6 container support broke a while ago and we didn't notice it. Making them part of the (small) release test set should fix that. At this point in time they should be granted the same amount of importance as the legacy IP tests.
Diffstat (limited to 'nixos/release-combined.nix')
-rw-r--r--nixos/release-combined.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/release-combined.nix b/nixos/release-combined.nix
index 6c313f8dd3e4..b9a9515f94ef 100644
--- a/nixos/release-combined.nix
+++ b/nixos/release-combined.nix
@@ -64,6 +64,7 @@ in rec {
#(all nixos.tests.containers)
(all nixos.tests.containers-imperative)
(all nixos.tests.containers-ipv4)
+ (all nixos.tests.containers-ipv6)
nixos.tests.chromium.x86_64-linux or []
(all nixos.tests.firefox)
(all nixos.tests.firewall)