about summary refs log tree commit diff
path: root/modules/profiles
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2016-03-01 23:56:52 +0100
committeraszlig <aszlig@redmoonstudios.org>2016-03-01 23:56:52 +0100
commit379ff7edaa976a0e278fba739a03ea435bdabca8 (patch)
tree8733bc93ae67bed96cc5918dd8745ae3c75f1e86 /modules/profiles
parentd4383c53690af9bb9bde24c9063ac1c18d4f7098 (diff)
profiles/tests: Fix up upstream test names
With NixOS/nixpkgs#13585 landing (NixOS/nixpkgs@f70ec0d) in master, the
tests are now named differently, so we need to fix it.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Diffstat (limited to 'modules/profiles')
-rw-r--r--modules/profiles/tests.nix16
1 files changed, 11 insertions, 5 deletions
diff --git a/modules/profiles/tests.nix b/modules/profiles/tests.nix
index 599093f3..106b5fba 100644
--- a/modules/profiles/tests.nix
+++ b/modules/profiles/tests.nix
@@ -15,10 +15,10 @@ let
     }
     { check = config.vuizvui.createISO;
       paths = [
-        ["nixos" "bootBiosCdrom"]
-        ["nixos" "bootBiosUsb"]
-        ["nixos" "bootUefiCdrom"]
-        ["nixos" "bootUefiUsb"]
+        ["nixos" "boot" "biosCdrom"]
+        ["nixos" "boot" "biosUsb"]
+        ["nixos" "boot" "uefiCdrom"]
+        ["nixos" "boot" "uefiUsb"]
       ];
     }
     { check = config.services.cadvisor.enable;
@@ -231,7 +231,13 @@ let
       path  = ["nixos" "udisks2"];
     }
     { check = config.virtualisation.virtualbox.host.enable;
-      path  = ["nixos" "virtualbox"];
+      paths = [
+        ["nixos" "virtualbox" "host-usb-permissions"]
+        ["nixos" "virtualbox" "net-hostonlyif"]
+        ["nixos" "virtualbox" "simple-cli"]
+        ["nixos" "virtualbox" "simple-gui"]
+        ["nixos" "virtualbox" "systemd-detect-virt"]
+      ];
     }
     { check = config.services.xserver.desktopManager.xfce.enable;
       path  = ["nixos" "xfce"];