summary refs log tree commit diff
path: root/nixos/tests/mumble.nix
Commit message (Collapse)AuthorAge
* mumble: fix failing vm testsReno Reckling2016-09-13
| | | | | | | | modify tests to not fail if the event handlers are registered too slowly or if the wrong window is in focus (cherry picked from commit e087b0d12f97604ee1fdd09ef3d78b772c12468e) Signed-off-by: Domen Kožar <domen@dev.si>
* all tests: added meta.maintainers sectionJoachim Schiele2015-07-12
|
* Try fixing the nixos mumble tests, againLuca Bruno2014-07-02
|
* name nixos tests, close #3078Florian Friesdorf2014-06-28
|
* Fix mumble test: wait for X windows to appear, not only sleepLuca Bruno2014-05-21
|
* Make it easier to run the testsEelco Dolstra2014-04-14
| | | | | | | | | | | 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.)
* Fix tests broken due to the firewall being enabled by defaultEelco Dolstra2014-04-11
|
* nixos: add mumble testAustin Seipp2014-04-02
This tests that both the client and server work. With screenshots! Signed-off-by: Austin Seipp <aseipp@pobox.com>