From fe73aca0d4366a63bca4d86dfd2f6bab1c203ed9 Mon Sep 17 00:00:00 2001 From: aszlig Date: Sat, 27 Jun 2015 18:19:08 +0200 Subject: 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 --- tests/labnet/heinrich.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/labnet') 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 ]; -- cgit 1.4.1