From 6ec01c7dac726ca46fe180aa50f00dc0d3a8ccb2 Mon Sep 17 00:00:00 2001 From: Andreas Rammhold Date: Fri, 1 May 2020 17:45:40 +0200 Subject: [PATCH] nixos/release-combined: add systemd-networkd-ipv6-prefix-delegation test --- nixos/release-combined.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/release-combined.nix b/nixos/release-combined.nix index 2753fd6d6389..ece2d091f5ad 100644 --- a/nixos/release-combined.nix +++ b/nixos/release-combined.nix @@ -111,6 +111,7 @@ in rec { (onFullSupported "nixos.tests.networking.scripted.sit") (onFullSupported "nixos.tests.networking.scripted.static") (onFullSupported "nixos.tests.networking.scripted.vlan") + (onFullSupported "nixos.tests.systemd-networkd-ipv6-prefix-delegation") (onFullSupported "nixos.tests.nfs3.simple") (onFullSupported "nixos.tests.nfs4.simple") (onFullSupported "nixos.tests.openssh")