about summary refs log tree commit diff
path: root/nixos/tests/all-tests.nix
diff options
context:
space:
mode:
authorMaximilian Bosch <maximilian@mbosch.me>2019-03-17 13:20:38 +0100
committerMaximilian Bosch <maximilian@mbosch.me>2019-03-18 00:22:23 +0100
commit0c4e9e397eed1e53975b3124af3b36939f8a40f7 (patch)
tree3f9b042a06a0534b966428ac76644e60b3c8bb20 /nixos/tests/all-tests.nix
parenteec84d5e849bc1e214b5baf12d1855f8b4ab6aee (diff)
downloadnixlib-0c4e9e397eed1e53975b3124af3b36939f8a40f7.tar
nixlib-0c4e9e397eed1e53975b3124af3b36939f8a40f7.tar.gz
nixlib-0c4e9e397eed1e53975b3124af3b36939f8a40f7.tar.bz2
nixlib-0c4e9e397eed1e53975b3124af3b36939f8a40f7.tar.lz
nixlib-0c4e9e397eed1e53975b3124af3b36939f8a40f7.tar.xz
nixlib-0c4e9e397eed1e53975b3124af3b36939f8a40f7.tar.zst
nixlib-0c4e9e397eed1e53975b3124af3b36939f8a40f7.zip
nixos/wireguard: add test
After working on the last wireguard bump (#57534), we figured that it's
probably a good idea to have a basic test which confirms that a simple
VPN with wireguard still works.

This test starts two peers with a `wg0` network interface and adds a v4
and a v6 route that goes through `wg0`.
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 2ddb54bcc3d7..bcbdc40775e3 100644
--- a/nixos/tests/all-tests.nix
+++ b/nixos/tests/all-tests.nix
@@ -225,6 +225,7 @@ in
   upnp = handleTest ./upnp.nix {};
   vault = handleTest ./vault.nix {};
   virtualbox = handleTestOn ["x86_64-linux"] ./virtualbox.nix {};
+  wireguard = handleTest ./wireguard {};
   wordpress = handleTest ./wordpress.nix {};
   xautolock = handleTest ./xautolock.nix {};
   xdg-desktop-portal = handleTest ./xdg-desktop-portal.nix {};