summary refs log tree commit diff
path: root/nixos/tests/all-tests.nix
diff options
context:
space:
mode:
authorFélix Baylac-Jacqué <felix@alternativebit.fr>2020-02-29 19:34:48 +0100
committerFélix Baylac-Jacqué <felix@alternativebit.fr>2020-03-02 15:37:40 +0100
commit9897d83f5863cbf19ac9eab621b3997ae463d756 (patch)
treed9850669a515e2c49d1cf54219034a047387d57c /nixos/tests/all-tests.nix
parent611d765b76d7e97f2618cb04a5d1c1604496cac9 (diff)
downloadnixpkgs-9897d83f5863cbf19ac9eab621b3997ae463d756.tar
nixpkgs-9897d83f5863cbf19ac9eab621b3997ae463d756.tar.gz
nixpkgs-9897d83f5863cbf19ac9eab621b3997ae463d756.tar.bz2
nixpkgs-9897d83f5863cbf19ac9eab621b3997ae463d756.tar.lz
nixpkgs-9897d83f5863cbf19ac9eab621b3997ae463d756.tar.xz
nixpkgs-9897d83f5863cbf19ac9eab621b3997ae463d756.tar.zst
nixpkgs-9897d83f5863cbf19ac9eab621b3997ae463d756.zip
nixos/networkd: test routingPolicyRules with a nixos vm test
Diffstat (limited to 'nixos/tests/all-tests.nix')
-rw-r--r--nixos/tests/all-tests.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/all-tests.nix b/nixos/tests/all-tests.nix
index 893c2c423ef..b57a2e0b276 100644
--- a/nixos/tests/all-tests.nix
+++ b/nixos/tests/all-tests.nix
@@ -283,7 +283,7 @@ in
   systemd-confinement = handleTest ./systemd-confinement.nix {};
   systemd-timesyncd = handleTest ./systemd-timesyncd.nix {};
   systemd-networkd-vrf = handleTest ./systemd-networkd-vrf.nix {};
-  systemd-networkd-wireguard = handleTest ./systemd-networkd-wireguard.nix {};
+  systemd-networkd = handleTest ./systemd-networkd.nix {};
   systemd-nspawn = handleTest ./systemd-nspawn.nix {};
   pdns-recursor = handleTest ./pdns-recursor.nix {};
   taskserver = handleTest ./taskserver.nix {};