about summary refs log tree commit diff
path: root/nixos/tests/gnome3.nix
AgeCommit message (Collapse)AuthorFilesLines
2020-08-23nixos/tests/gnome3: start terminal with autostart file (#96102)Tor Hedin Brønner1-3/+7
For some reason starting the terminal using `su user -c '...'` have a tendency to fail. Simply use an autostart file instead.
2020-07-14nixosTests.gnome3: enable debug modeJan Tojnar1-0/+2
The tests fail too often on Hydra without much of a hint what went wrong. Hopefully, this will provide some clue.
2020-07-09nixos/displayManager: make autoLogin options independent of DM typeworldofpeace1-2/+2
Co-authored-by: volth <volth@volth.com>
2020-04-01tree-wide: Switch from gnome3.maintainers to lib.teams.gnomeJan Tojnar1-3/+3
2020-01-30nixosTests.gnome3: wait_for_wayland at loginworldofpeace1-2/+2
This prevents the default.target check from just failing. Blaming it on using systemctl in wait_for_unit (and it's particularly buggy for user units).
2020-01-30nixosTests.gnome3: port to pythonworldofpeace1-26/+38
2019-10-11nixos.tests: silence getfacl absolute path messagec0bw3b1-1/+1
Default getfacl behavior is to remove leading slash on absolute paths in its header printed to stdout. Before the header it will also print a message about it... Switches -p -or --absolute-names can turn this off and remove some noise from our tests logs.
2019-08-06nixosTests.gnome3{xorg}: add gnome3 maintainersworldofpeace1-1/+1
2019-08-06nixosTests.gnome3: rename from gnome3-gdmworldofpeace1-0/+64
The actual only difference from the gnome3-xorg test is that this tests the wayland session. It's also more accurate to call it just "gnome3" since wayland is default here.
2019-08-06nixosTests.gnome3-xorg: rename from gnome3worldofpeace1-41/+0
2019-02-22Remove myself as maintainer from packagesFlorian Friesdorf1-1/+1
I'm currently not maintaining any packages.
2018-12-10Merge pull request #44497 from hedning/gnome-upstream-waylandTor Hedin Brønner1-1/+1
Add gnome wayland support
2018-12-10nixos/tests/gnome3: select X11 gnome shell explicitelyTor Hedin Brønner1-1/+1
This isn't strictly necessary yet as LightDM doesn't read the wayland sessions, but there's no harm in being explicit.
2018-12-09nixos/tests/gnome3: fix terminal titleTor Hedin Brønner1-1/+1
The tests passes, but that's just because a race condition where the window is titled `Terminal` long enough.
2018-08-31 xserver.displayManager: change defaultlassulus1-0/+1
Switch from slim to lightdm as the display-manager. If plasma5 is used as desktop-manager use sdddm. If gnome3 is used as desktop-manager use gdm. Based on #12516
2018-08-01nixos/tests/gnome3: Explicitly set default desktopManagerTor Hedin Brønner1-0/+1
Sessions from `extraSessionFilePackages` isn't picked automatically as the default session.
2018-07-20[bot] nixos/*: remove unused arguments in lambdasvolth1-1/+1
2018-06-09nixos/tests/gnome3: switch to lightdm (#41742)xeji1-3/+6
2017-09-01gnome3 tests: fix by providing more memoryJan Tojnar1-1/+1
/cc #28053.
2016-12-29nixos/tests/gnome3.nix: Speed up testEelco Dolstra1-1/+1
It turns out that "journalctl -f | grep -m 1 pattern" will block for one more line after "pattern" appears, which can take a long time.
2016-05-17rename iElectric to domenkozar to match GitHubDomen Kožar1-1/+1
2016-04-12Fix X11 tests broken by the removal of -acEelco Dolstra1-0/+1
Probably missed a few. Also adding xauth to the system path (it was already in the closure).
2015-10-05gnome3 test: increase timeoutMathnerd3141-1/+1
The gnome3 test has been failing recently ([1](http://hydra.nixos.org/build/26608126/nixlog/1/raw) [2](http://hydra.nixos.org/build/26605926/nixlog/1/raw)); this is due to exit code 124 which is [the command timing out](https://www.gnu.org/software/coreutils/manual/html_node/timeout-invocation.html). This increases the timeout to 900, to align with the similar timeout in https://github.com/NixOS/nixpkgs/blob/master/nixos/lib/test-driver/Machine.pm#L222
2015-09-30nixos/tests/gnome3: wait for gnome shell to be started, for a better screenshotLuca Bruno1-1/+2
2015-08-31gnome3 test: revert back to using slimLuca Bruno1-8/+3
GDM needs more time to load on hydra, need a better way to find out when the user has logged in.
2015-08-27gnome3 test: use gdm with autologin instead of slimLuca Bruno1-3/+8
2015-07-12all tests: added meta.maintainers sectionJoachim Schiele1-3/+5
2014-11-02nixos: increase allocated memory for gnome tests. Closes #4651Luca Bruno1-0/+2
2014-09-07nixos.tests.gnome3: wait 20sec for the screenshotDomen Kožar1-1/+1
2014-06-28name nixos tests, close #3078Florian Friesdorf1-0/+1
2014-04-14Make it easier to run the testsEelco Dolstra1-3/+1
You can now run a test in the nixos/tests directory directly using nix-build, e.g. $ nix-build '<nixos/tests/login.nix>' -A test This gets rid of having to add the test to nixos/tests/default.nix. (Of course, you still need to add it to nixos/release.nix if you want Hydra to run the test.)
2014-02-08nixos: add most basic gnome3 test and take a screenshotDomen Kožar1-0/+31