summaryrefslogtreecommitdiffstats
path: root/nixos
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@mailbox.org>2020-12-14 05:43:08 -0600
committerThomas Tuegel <ttuegel@mailbox.org>2020-12-14 05:43:08 -0600
commit9a714393431ad95452b8b52097f93baea643174a (patch)
treee2057e5022417bf28cf2b1b86162ee8de5306cf3 /nixos
parentcd8fac0c299feac9e54e0a40864ca378abddfcd5 (diff)
nixos/plasma5: test that KDED runs at startup
Diffstat (limited to 'nixos')
-rw-r--r--nixos/tests/plasma5.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/nixos/tests/plasma5.nix b/nixos/tests/plasma5.nix
index 5a603f8cbfb5..7b17321e2e11 100644
--- a/nixos/tests/plasma5.nix
+++ b/nixos/tests/plasma5.nix
@@ -35,6 +35,9 @@ import ./make-test-python.nix ({ pkgs, ...} :
machine.wait_until_succeeds("pgrep plasmashell")
machine.wait_for_window("^Desktop ")
+ with subtest("Check that KDED is running"):
+ machine.succeed("pgrep kded5")
+
with subtest("Check that logging in has given the user ownership of devices"):
machine.succeed("getfacl -p /dev/snd/timer | grep -q ${user.name}")