summary refs log tree commit diff
path: root/nixos/tests/all-tests.nix
diff options
context:
space:
mode:
authorAndreas Rammhold <andreas@rammhold.de>2020-05-01 15:12:19 +0200
committerAndreas Rammhold <andreas@rammhold.de>2020-05-01 16:55:53 +0200
commit47529bcf7ffed09f7ab97a3b8287cae77b3c1fec (patch)
tree3ba65b840c2f527f076db6b12dd0e13f2333cf32 /nixos/tests/all-tests.nix
parent53b474b5a5e319ce69bdd40933b2d7b6715b66e2 (diff)
downloadnixpkgs-47529bcf7ffed09f7ab97a3b8287cae77b3c1fec.tar
nixpkgs-47529bcf7ffed09f7ab97a3b8287cae77b3c1fec.tar.gz
nixpkgs-47529bcf7ffed09f7ab97a3b8287cae77b3c1fec.tar.bz2
nixpkgs-47529bcf7ffed09f7ab97a3b8287cae77b3c1fec.tar.lz
nixpkgs-47529bcf7ffed09f7ab97a3b8287cae77b3c1fec.tar.xz
nixpkgs-47529bcf7ffed09f7ab97a3b8287cae77b3c1fec.tar.zst
nixpkgs-47529bcf7ffed09f7ab97a3b8287cae77b3c1fec.zip
nixos/tests: add systemd-networkd-ipv6-prefix-delegation
This is a follow-up to the PR #82026 that contains the promised tests.

In this test I am testing if we can properly propagate prefixes received
via DHCPv6 PD with the networkd options in our module system.

The comments in the test should be sufficient to follow the idea and
what is going on.
Diffstat (limited to 'nixos/tests/all-tests.nix')
-rw-r--r--nixos/tests/all-tests.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/tests/all-tests.nix b/nixos/tests/all-tests.nix
index 38e8980b748..eff1752bbbf 100644
--- a/nixos/tests/all-tests.nix
+++ b/nixos/tests/all-tests.nix
@@ -302,6 +302,7 @@ in
   systemd-networkd-vrf = handleTest ./systemd-networkd-vrf.nix {};
   systemd-networkd = handleTest ./systemd-networkd.nix {};
   systemd-networkd-dhcpserver = handleTest ./systemd-networkd-dhcpserver.nix {};
+  systemd-networkd-ipv6-prefix-delegation = handleTest ./systemd-networkd-ipv6-prefix-delegation.nix {};
   systemd-nspawn = handleTest ./systemd-nspawn.nix {};
   pdns-recursor = handleTest ./pdns-recursor.nix {};
   taskserver = handleTest ./taskserver.nix {};