summary refs log tree commit diff
path: root/nixos/tests/lightdm.nix
Commit message (Collapse)AuthorAge
* nixos/tests/lightdm: Drop "session" screenshot.aszlig2015-08-20
| | | | | | | | | | Using waitForWindow on the IceWM root window doesn't necessarily mean that the panel will be shown. In the lightdm test, we only make sure that the login is working and thus it doesn't matter how the session itself will look or whether IceWM is broken, so we don't need that screenshot. Signed-off-by: aszlig <aszlig@redmoonstudios.org>
* nixos/tests/lightdm: Fix waiting for the login to succeedTuomas Tynkkynen2015-08-15
| | | | | | | | | | Currently the lightdm test detects a successful login by OCR'ing the screen and searching for the clock widget's text. Since the last IceWM update (commit bdd20ced), either the font or the colors of the clock changed such that the OCR doesn't pick it up anymore. Instead, just look for a matching (root) window title, e.g. "IceWM 1.3.9 (Linux/i686)"
* all tests: added meta.maintainers sectionJoachim Schiele2015-07-12
|
* nixos: Add small VM test for lightdm.aszlig2015-05-27
Serves as a regression test for #7902. It's not yet referenced in release(-combined)?.nix because it will fail until the issue is resolved. Tested successfully against libgcrypt with libcap passed as null however. As for the test itself, I'm not quite sure whether checking for the time displayed by IceWM is a good idea, but we can still fix that if it turns out to be a problem. Signed-off-by: aszlig <aszlig@redmoonstudios.org>