summary refs log tree commit diff
path: root/nixos/tests/sddm.nix
Commit message (Collapse)AuthorAge
* treewide: simplify pkgs.stdenv.lib -> pkgs.libDominik Xaver Hörl2021-01-10
| | | | | The library does not depend on stdenv, that `stdenv` exposes `lib` is an artifact of the ancient origins of nixpkgs.
* nixos/displayManager: make autoLogin options independent of DM typeworldofpeace2020-07-09
| | | | Co-authored-by: volth <volth@volth.com>
* nixos/displayManager: deprecate separate options for default wm/dmJan Tojnar2019-12-15
| | | | | | | | | | | The upstream session files display managers use have no concept of sessions being composed from desktop manager and window manager. To be able to set upstream session files as default session, we need a single option. Having two different ways to set default session would be confusing, though, so we decided to deprecate the old method. We also created separate script for each session, just like we already had a separate desktop file for each one, and started using displayManager.sessionPackages mechanism to make the session handling more uniform.
* nixosTests.sddm: make regex case insensitiveworldofpeace2019-11-12
| | | | | I read the q/select your user/i as q/select your user/ not noticing it needed to be case insensitive.
* nixosTests.sddm: port to pythonworldofpeace2019-11-09
|
* tests: refactor to carry the package set as an argumentLéo Gaspard2018-11-11
| | | | | This way, the package set will be possible to pass without re-importing all the time
* [bot] nixos/*: remove unused arguments in lambdasvolth2018-07-20
|
* nixos/tests: users.(extraUsers|extraGroup->users|group)Florian Klink2018-06-30
|
* nixos/tests/sddm: Fix detecting login screenaszlig2017-06-22
| | | | | | | | | Tesseract seems to have a hard time detecting the "ALICE FOOBAR" text, so let's match on "Select your user and enter password" instead. Ran the test on x86_64-linux and it now succeeds. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* Revert "sddm: Fix test."aszlig2017-04-11
| | | | | | | | | | | | | | This reverts commit 0a6a06346a3c928a3115dfd700993c5c06b0a1e9. The commit replaced the text to search for from ALICE to BOB, because our OCR detection only caught "BOB FOOBAR" but missed "ALICE FOOBAR" completely. With the improvements to our OCR system this no longer is the case and the test passes successfully with this reverted. Signed-off-by: aszlig <aszlig@redmoonstudios.org> Cc: @shlevy
* sddm: Fix test.Shea Levy2017-04-06
| | | | | | | | | | | | For whatever reason, the OCR code is not detecting ALICE but is BOB. OCR output from login screen (blank lines omitted): > Session none + icewm > 08:41 < > Thursday, April 6, 2017 > BOB FOOBAR > Select your user and enter password
* nixos/sddm: test automatic and manual loginThomas Tuegel2017-03-24
|
* nixos/sddm: improve testThomas Tuegel2017-03-23
| | | | Disable SDDM auto-login to improve testing for SDDM themes. See #24246.
* nixos: Disable OCR for tests that do not use itaszlig2016-12-19
| | | | | | | | Found out during testing of the Tesseract upgrade the kde5 and sddm tests don't actually use OCR, so let's disable support for it. Signed-off-by: aszlig <aszlig@redmoonstudios.org> Cc: @ttuegel
* Fix X11 tests broken by the removal of -acEelco Dolstra2016-04-12
| | | | | Probably missed a few. Also adding xauth to the system path (it was already in the closure).
* add nixos/tests/sddmThomas Tuegel2015-11-23