Unverified Commit bf2ba6e6 authored by Bobby Rong's avatar Bobby Rong
Browse files

nixosTests.pantheon: Add test for io.elementary.gala.daemon@x11.service

Which is manually added in the nixos module.
parent a4bca9aa
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -50,8 +50,8 @@ import ./make-test-python.nix ({ pkgs, lib, ...} :
            machine.wait_until_succeeds(f"pgrep -f {i}")
        for i in ["gala", "io.elementary.wingpanel", "plank"]:
            machine.wait_for_window(i)
        machine.wait_for_unit("bamfdaemon.service", "${user.name}")
        machine.wait_for_unit("io.elementary.files.xdg-desktop-portal.service", "${user.name}")
        for i in ["io.elementary.gala.daemon@x11.service", "bamfdaemon.service", "io.elementary.files.xdg-desktop-portal.service"]:
            machine.wait_for_unit(i, "${user.name}")

    with subtest("Check if various environment variables are set"):
        cmd = "xargs --null --max-args=1 echo < /proc/$(pgrep -xf ${pkgs.pantheon.gala}/bin/gala)/environ"