about summary refs log tree commit diff
path: root/nixos/release.nix
diff options
context:
space:
mode:
authorLuca Bruno <lucabru@src.gnome.org>2014-11-30 15:22:12 +0100
committerLuca Bruno <lucabru@src.gnome.org>2014-11-30 15:22:12 +0100
commit93fcefe1267781a273fd5603c3a69f562b6096ef (patch)
treeb270dd9cbdca8de3b4cd27baf3556e59cd70c468 /nixos/release.nix
parentda47d6bd59c9a0b6db6c5ae268216042c31e492b (diff)
nixos/tests: add networking-proxy.nix to release
Diffstat (limited to 'nixos/release.nix')
-rw-r--r--nixos/release.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/nixos/release.nix b/nixos/release.nix
index f3fe109b58ee5..ff97b956a2e5b 100644
--- a/nixos/release.nix
+++ b/nixos/release.nix
@@ -285,6 +285,8 @@ in rec {
   tests.networking.scripted.macvlan = callTest tests/networking.nix { networkd = false; test = "macvlan"; };
   tests.networking.scripted.sit = callTest tests/networking.nix { networkd = false; test = "sit"; };
   tests.networking.scripted.vlan = callTest tests/networking.nix { networkd = false; test = "vlan"; };
+  # TODO: put in networking.nix after the test becomes more complete
+  tests.networkingProxy = callTest tests/networking-proxy.nix {};
   tests.nfs3 = callTest tests/nfs.nix { version = 3; };
   tests.nsd = callTest tests/nsd.nix {};
   tests.openssh = callTest tests/openssh.nix {};