From aa1364affd8ff61dd5b3c10b012fb1298de18cdb Mon Sep 17 00:00:00 2001 From: montag451 Date: Mon, 12 Dec 2016 14:25:28 +0100 Subject: containers: add tests for hosts and macvlans --- nixos/release.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'nixos/release.nix') diff --git a/nixos/release.nix b/nixos/release.nix index 4fd48bc2477f..683e09f431f1 100644 --- a/nixos/release.nix +++ b/nixos/release.nix @@ -229,6 +229,8 @@ in rec { tests.containers-extra_veth = callTest tests/containers-extra_veth.nix {}; tests.containers-physical_interfaces = callTest tests/containers-physical_interfaces.nix {}; tests.containers-tmpfs = callTest tests/containers-tmpfs.nix {}; + tests.containers-hosts = callTest tests/containers-hosts.nix {}; + tests.containers-macvlans = callTest tests/containers-macvlans.nix {}; tests.docker = hydraJob (import tests/docker.nix { system = "x86_64-linux"; }); tests.dnscrypt-proxy = callTest tests/dnscrypt-proxy.nix { system = "x86_64-linux"; }; tests.ecryptfs = callTest tests/ecryptfs.nix {}; -- cgit 1.4.1