summary refs log tree commit diff
path: root/nixos/tests/all-tests.nix
diff options
context:
space:
mode:
authorTom Fitzhenry <tom@tom-fitzhenry.me.uk>2019-11-16 22:13:51 +1100
committerTom Fitzhenry <tom@tom-fitzhenry.me.uk>2020-04-22 00:12:00 +1000
commit0a49d329cb34f08091c6343b54a0cbbc8bcfca06 (patch)
tree518944c1b9f412c81f54e1e53e0f5155f6bde48d /nixos/tests/all-tests.nix
parent9d81c54b3187e4225713a32dcae82930138e62b7 (diff)
downloadnixpkgs-0a49d329cb34f08091c6343b54a0cbbc8bcfca06.tar
nixpkgs-0a49d329cb34f08091c6343b54a0cbbc8bcfca06.tar.gz
nixpkgs-0a49d329cb34f08091c6343b54a0cbbc8bcfca06.tar.bz2
nixpkgs-0a49d329cb34f08091c6343b54a0cbbc8bcfca06.tar.lz
nixpkgs-0a49d329cb34f08091c6343b54a0cbbc8bcfca06.tar.xz
nixpkgs-0a49d329cb34f08091c6343b54a0cbbc8bcfca06.tar.zst
nixpkgs-0a49d329cb34f08091c6343b54a0cbbc8bcfca06.zip
systemd-networkd: add DHCPServer test
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 30229a3a5b2..69333913bb9 100644
--- a/nixos/tests/all-tests.nix
+++ b/nixos/tests/all-tests.nix
@@ -299,6 +299,7 @@ in
   systemd-timesyncd = handleTest ./systemd-timesyncd.nix {};
   systemd-networkd-vrf = handleTest ./systemd-networkd-vrf.nix {};
   systemd-networkd = handleTest ./systemd-networkd.nix {};
+  systemd-networkd-dhcpserver = handleTest ./systemd-networkd-dhcpserver.nix {};
   systemd-nspawn = handleTest ./systemd-nspawn.nix {};
   pdns-recursor = handleTest ./pdns-recursor.nix {};
   taskserver = handleTest ./taskserver.nix {};