summary refs log tree commit diff
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
parentcd8fac0c299feac9e54e0a40864ca378abddfcd5 (diff)
downloadnixpkgs-9a714393431ad95452b8b52097f93baea643174a.tar
nixpkgs-9a714393431ad95452b8b52097f93baea643174a.tar.gz
nixpkgs-9a714393431ad95452b8b52097f93baea643174a.tar.bz2
nixpkgs-9a714393431ad95452b8b52097f93baea643174a.tar.lz
nixpkgs-9a714393431ad95452b8b52097f93baea643174a.tar.xz
nixpkgs-9a714393431ad95452b8b52097f93baea643174a.tar.zst
nixpkgs-9a714393431ad95452b8b52097f93baea643174a.zip
nixos/plasma5: test that KDED runs at startup
-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 5a603f8cbfb..7b17321e2e1 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}")