aboutsummaryrefslogtreecommitdiff
path: root/nixos/tests/gnome3.nix (follow)
Commit message (Collapse)AuthorAgeFilesLines
* nixos/tests/gnome3: start terminal with autostart file (#96102)Tor Hedin Brønner2020-08-231-3/+7
| | | | For some reason starting the terminal using `su user -c '...'` have a tendency to fail. Simply use an autostart file instead.
* nixosTests.gnome3: enable debug modeJan Tojnar2020-07-141-0/+2
| | | | The tests fail too often on Hydra without much of a hint what went wrong. Hopefully, this will provide some clue.
* nixos/displayManager: make autoLogin options independent of DM typeworldofpeace2020-07-091-2/+2
| | | | Co-authored-by: volth <volth@volth.com>
* tree-wide: Switch from gnome3.maintainers to lib.teams.gnomeJan Tojnar2020-04-011-3/+3
|
* nixosTests.gnome3: wait_for_wayland at loginworldofpeace2020-01-301-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).
* nixosTests.gnome3: port to pythonworldofpeace2020-01-301-26/+38
|
* nixos.tests: silence getfacl absolute path messagec0bw3b2019-10-111-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.
* nixosTests.gnome3{xorg}: add gnome3 maintainersworldofpeace2019-08-061-1/+1
|
* nixosTests.gnome3: rename from gnome3-gdmworldofpeace2019-08-061-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.
* nixosTests.gnome3-xorg: rename from gnome3worldofpeace2019-08-061-41/+0
|
* Remove myself as maintainer from packagesFlorian Friesdorf2019-02-221-1/+1
| | | | I'm currently not maintaining any packages.
* Merge pull request #44497 from hedning/gnome-upstream-waylandTor Hedin Brønner2018-12-101-1/+1
|\ | | | | Add gnome wayland support
| * nixos/tests/gnome3: select X11 gnome shell explicitelyTor Hedin Brønner2018-12-101-1/+1
| | | | | | | | | | This isn't strictly necessary yet as LightDM doesn't read the wayland sessions, but there's no harm in being explicit.
* | nixos/tests/gnome3: fix terminal titleTor Hedin Brønner2018-12-091-1/+1
|/ | | | | The tests passes, but that's just because a race condition where the window is titled `Terminal` long enough.
* xserver.displayManager: change defaultlassulus2018-08-311-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
* nixos/tests/gnome3: Explicitly set default desktopManagerTor Hedin Brønner2018-08-011-0/+1
| | | | | Sessions from `extraSessionFilePackages` isn't picked automatically as the default session.
* [bot] nixos/*: remove unused arguments in lambdasvolth2018-07-201-1/+1
|
* nixos/tests/gnome3: switch to lightdm (#41742)xeji2018-06-091-3/+6
|
* gnome3 tests: fix by providing more memoryJan Tojnar2017-09-011-1/+1
| | | | /cc #28053.
* nixos/tests/gnome3.nix: Speed up testEelco Dolstra2016-12-291-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.
* rename iElectric to domenkozar to match GitHubDomen Kožar2016-05-171-1/+1
|
* Fix X11 tests broken by the removal of -acEelco Dolstra2016-04-121-0/+1
| | | | | Probably missed a few. Also adding xauth to the system path (it was already in the closure).
* gnome3 test: increase timeoutMathnerd3142015-10-051-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
* nixos/tests/gnome3: wait for gnome shell to be started, for a better screenshotLuca Bruno2015-09-301-1/+2
|
* gnome3 test: revert back to using slimLuca Bruno2015-08-311-8/+3
| | | | | GDM needs more time to load on hydra, need a better way to find out when the user has logged in.
* gnome3 test: use gdm with autologin instead of slimLuca Bruno2015-08-271-3/+8
|
* all tests: added meta.maintainers sectionJoachim Schiele2015-07-121-3/+5
|
* nixos: increase allocated memory for gnome tests. Closes #4651Luca Bruno2014-11-021-0/+2
|
* nixos.tests.gnome3: wait 20sec for the screenshotDomen Kožar2014-09-071-1/+1
|
* name nixos tests, close #3078Florian Friesdorf2014-06-281-0/+1
|
* Make it easier to run the testsEelco Dolstra2014-04-141-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.)
* nixos: add most basic gnome3 test and take a screenshotDomen Kožar2014-02-081-0/+31