about summary refs log tree commit diff
path: root/modules/profiles
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2015-12-18 08:01:39 +0100
committeraszlig <aszlig@redmoonstudios.org>2015-12-18 08:01:39 +0100
commit469bada7daf0da5945bc11e8cbb80cf307e3bb69 (patch)
treeecb6ca132ffb97b612f19705f24319dec11a6bc3 /modules/profiles
parent2be3a35f2a5be2953f7fdda9e6b039ef5c5a5689 (diff)
profiles/tests: Add networking.*.loopback test
I've added that test in NixOS/nixpkgs@4c61faa and it fails at the
moment, still leaving the channels in a broken state in regards to
networkd.

The reason I'm doing this anyway is to ensure I won't forget to add that
test here as well. We can't easily go back to the "not broken" state
anymore, except if we roll back to a version with systemd < 228.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Diffstat (limited to 'modules/profiles')
-rw-r--r--modules/profiles/tests.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/profiles/tests.nix b/modules/profiles/tests.nix
index 12024a5a..04019b3d 100644
--- a/modules/profiles/tests.nix
+++ b/modules/profiles/tests.nix
@@ -150,6 +150,9 @@ let
     { check = config.networking.useDHCP;
       path  = ["nixos" "networking" whichNet "dhcpSimple"];
     }
+    { check = true;
+      path  = ["nixos" "networking" whichNet "loopback"];
+    }
     { check = config.networking.macvlans != {};
       path  = ["nixos" "networking" whichNet "macvlan"];
     }