summary refs log tree commit diff
path: root/nixos/release-combined.nix
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2015-12-18 07:09:42 +0100
committeraszlig <aszlig@redmoonstudios.org>2015-12-18 07:09:42 +0100
commit4c61faa009df175b77148ce587ade14fe9b31b12 (patch)
tree6a125757d2bb07c84475e90cc3d2e71209c80876 /nixos/release-combined.nix
parent662ab05119e88f70d6b43518bffec0bca4bdb474 (diff)
downloadnixpkgs-4c61faa009df175b77148ce587ade14fe9b31b12.tar
nixpkgs-4c61faa009df175b77148ce587ade14fe9b31b12.tar.gz
nixpkgs-4c61faa009df175b77148ce587ade14fe9b31b12.tar.bz2
nixpkgs-4c61faa009df175b77148ce587ade14fe9b31b12.tar.lz
nixpkgs-4c61faa009df175b77148ce587ade14fe9b31b12.tar.xz
nixpkgs-4c61faa009df175b77148ce587ade14fe9b31b12.tar.zst
nixpkgs-4c61faa009df175b77148ce587ade14fe9b31b12.zip
nixos/tests/networking: Add a test for loopback
It serves as a regression test, because right now if you enable
networking.useNetworkd the default loopback interface doesn't get
assigned any IP addresses.

To be sure, I have bisected this and it has been introduced with the
update to systemd 228 in 1da87d4.

Only the "scripted" networking tests have to succeed in order to trigger
a channel update of nixos-unstable, so I'm leaving this test as broken
and we have to figure out next what's the *exact* reason for the
breakage.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Diffstat (limited to 'nixos/release-combined.nix')
-rw-r--r--nixos/release-combined.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/release-combined.nix b/nixos/release-combined.nix
index 9a2a77b3155..06890b458ef 100644
--- a/nixos/release-combined.nix
+++ b/nixos/release-combined.nix
@@ -71,6 +71,7 @@ in rec {
         (all nixos.tests.misc)
         (all nixos.tests.nat.firewall)
         (all nixos.tests.nat.standalone)
+        (all nixos.tests.networking.scripted.loopback)
         (all nixos.tests.networking.scripted.static)
         (all nixos.tests.networking.scripted.dhcpSimple)
         (all nixos.tests.networking.scripted.dhcpOneIf)