about summary refs log tree commit diff
path: root/nixos/tests/gnome3.nix
AgeCommit message (Collapse)AuthorFilesLines
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