From 3ae8810ffae23d083f58b645c696d2dcfd1be4ab Mon Sep 17 00:00:00 2001 From: Arnold Krille Date: Tue, 26 Apr 2016 22:38:47 +0200 Subject: [PATCH] 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. --- nixos/release-small.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/nixos/release-small.nix b/nixos/release-small.nix index 08ca4cfb3e40..fb5a97f98ab9 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