aboutsummaryrefslogtreecommitdiff
path: root/nixos/release-small.nix
diff options
context:
space:
mode:
authorArnold Krille <arnold@arnoldarts.de>2016-04-26 22:38:47 +0200
committerFranz Pletz <fpletz@fnordicwalking.de>2016-04-26 22:38:47 +0200
commit3ae8810ffae23d083f58b645c696d2dcfd1be4ab (patch)
tree105064d428d24ba301c58652360d7c744295d069 /nixos/release-small.nix
parentf027aa20594ef4b5d3ab8e88ad4ad8f0edddc468 (diff)
containers: test imperative and ipv4 in small-release (#15015)
Test imperative containers and declarative containers with ipv4. These two tests are basically the extraction of the containers test from before.
Diffstat (limited to 'nixos/release-small.nix')
-rw-r--r--nixos/release-small.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/nixos/release-small.nix b/nixos/release-small.nix
index 08ca4cfb3e4..fb5a97f98ab 100644
--- a/nixos/release-small.nix
+++ b/nixos/release-small.nix
@@ -31,7 +31,8 @@ in rec {
inherit (nixos') channel manual iso_minimal dummy;
tests = {
inherit (nixos'.tests)
- containers
+ containers-imperative
+ containers-ipv4
firewall
ipv6
login