From bb88a11ee9490ee8e297dc0f4d6b3c7d79cea81d Mon Sep 17 00:00:00 2001 From: Luca Bruno Date: Tue, 1 Dec 2015 10:25:46 +0100 Subject: nixos/tests/misc: start systemd-udev-settle manually systemd-udev-settle is not started by default anymore. Because checking for psmouse like that is considered legacy, we start systemd-udev-settle manually in the test. cc @edolstra --- nixos/tests/misc.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'nixos/tests/misc.nix') diff --git a/nixos/tests/misc.nix b/nixos/tests/misc.nix index ecec89226d66..6297452df95e 100644 --- a/nixos/tests/misc.nix +++ b/nixos/tests/misc.nix @@ -80,6 +80,7 @@ import ./make-test.nix ({ pkgs, ...} : { }; # Test whether systemd-udevd automatically loads modules for our hardware. + $machine->succeed("systemctl start systemd-udev-settle.service"); subtest "udev-auto-load", sub { $machine->waitForUnit('systemd-udev-settle.service'); $machine->succeed('lsmod | grep psmouse'); -- cgit 1.4.1