about summary refs log tree commit diff
path: root/tests/default.nix
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2015-03-18 21:27:16 +0100
committeraszlig <aszlig@redmoonstudios.org>2015-03-18 21:27:16 +0100
commit080933b2f158e7a3f0dfc4e7f499c0e3752cd3fc (patch)
treefb9cacfdd834d6f7df4879a6ccc209cb32cad8d9 /tests/default.nix
parentf4af6deb3fe929a321a5d6a8d13efd38054da61a (diff)
tests/richi235: Add VM test for multipath VPN.
This is where I previously left off and I'm currently not enough "in
zone" to remember the details. But even though the tests are failing,
I'm adding it here for reference and for picking it up later.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Diffstat (limited to 'tests/default.nix')
-rw-r--r--tests/default.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/default.nix b/tests/default.nix
index 96b7da48..775b3165 100644
--- a/tests/default.nix
+++ b/tests/default.nix
@@ -12,4 +12,7 @@ in {
   labnet = {
     heinrich = callTest ./labnet/heinrich.nix;
   };
+  richi235 = {
+    multipath-vpn = callTest ./richi235/multipath-vpn.nix;
+  };
 }