about summary refs log tree commit diff
path: root/tests
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2015-06-27 18:19:08 +0200
committeraszlig <aszlig@redmoonstudios.org>2015-06-27 18:19:08 +0200
commitfe73aca0d4366a63bca4d86dfd2f6bab1c203ed9 (patch)
treeb08e55ae52456175be82895c72f484f0f2db3142 /tests
parent014e135d97d6c135ae2aad60fbc5fe253632ed96 (diff)
tests: Fix test evaluation for heinrich.
Namespacing the options with "vuizvui." now leads to failing tests,
which I probably should have checked in the previous commit, my bad!

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Diffstat (limited to 'tests')
-rw-r--r--tests/labnet/heinrich.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/labnet/heinrich.nix b/tests/labnet/heinrich.nix
index dde723ec..a7839c42 100644
--- a/tests/labnet/heinrich.nix
+++ b/tests/labnet/heinrich.nix
@@ -13,8 +13,8 @@
     heinrich = {
       imports = [ common (import ../../machines {}).labnet.heinrich.config ];
       virtualisation.vlans = [ 1 8 14 ];
-      heinrich.internalInterface = "eth1";
-      heinrich.externalInterface = "eth2";
+      vuizvui.machines.heinrich.internalInterface = "eth1";
+      vuizvui.machines.heinrich.externalInterface = "eth2";
     };
     hotelturm = { lib, ... }: {
       imports = [ common ];