From 469bada7daf0da5945bc11e8cbb80cf307e3bb69 Mon Sep 17 00:00:00 2001 From: aszlig Date: Fri, 18 Dec 2015 08:01:39 +0100 Subject: 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 --- modules/profiles/tests.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'modules') 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"]; } -- cgit 1.4.1