about summary refs log tree commit diff
path: root/nixos/tests/all-tests.nix
diff options
context:
space:
mode:
authorAndreas Rammhold <andreas@rammhold.de>2020-01-31 13:28:22 +0100
committerGitHub <noreply@github.com>2020-01-31 13:28:22 +0100
commit355b31c98ef400016b6bef38b09117667370e8eb (patch)
treec12851f88c174ea0e1b94f2e4e715cc4b9f094fc /nixos/tests/all-tests.nix
parent6ed34f1d299a817159b3cf7162d0c1b1c0bc1342 (diff)
parenta0fd819a4a4a2284bb976ea1b3319d8d1b97132b (diff)
downloadnixlib-355b31c98ef400016b6bef38b09117667370e8eb.tar
nixlib-355b31c98ef400016b6bef38b09117667370e8eb.tar.gz
nixlib-355b31c98ef400016b6bef38b09117667370e8eb.tar.bz2
nixlib-355b31c98ef400016b6bef38b09117667370e8eb.tar.lz
nixlib-355b31c98ef400016b6bef38b09117667370e8eb.tar.xz
nixlib-355b31c98ef400016b6bef38b09117667370e8eb.tar.zst
nixlib-355b31c98ef400016b6bef38b09117667370e8eb.zip
Merge pull request #78476 from Ma27/networkd-vrf-options
nixos/networkd: add vrfConfig option for netdevs, add simple 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 6bace8ffe6df..282d31005f08 100644
--- a/nixos/tests/all-tests.nix
+++ b/nixos/tests/all-tests.nix
@@ -275,6 +275,7 @@ in
   systemd-analyze = handleTest ./systemd-analyze.nix {};
   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-nspawn = handleTest ./systemd-nspawn.nix {};
   pdns-recursor = handleTest ./pdns-recursor.nix {};