aboutsummaryrefslogtreecommitdiff
path: root/nixos/release-small.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-small.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-small.nix')
-rw-r--r--nixos/release-small.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/release-small.nix b/nixos/release-small.nix
index 4bfb9a423f7..b5b09dc38d0 100644
--- a/nixos/release-small.nix
+++ b/nixos/release-small.nix
@@ -33,6 +33,7 @@ in rec {
inherit (nixos'.tests)
containers-imperative
containers-ipv4
+ containers-ipv6
firewall
ipv6
login