summary refs log tree commit diff
path: root/nixos/tests/mumble.nix
Commit message (Collapse)AuthorAge
* nixosTests: Redirect stdout to stderr when detachingRobert Hensing2021-11-05
| | | | Avoids blocking on stdout.
* treewide: simplify pkgs.stdenv.lib -> pkgs.libDominik Xaver Hörl2021-01-10
| | | | | The library does not depend on stdenv, that `stdenv` exposes `lib` is an artifact of the ancient origins of nixpkgs.
* nixos/murmur: add option `environmentFile` for injecting secretselseym2020-10-07
| | | | | | Secrets are injected from the environment into the rendered configuration before each startup using envsubst. The test now makes use of this feature for the server password.
* nixosTests.mumble: port to pythonNiklas Hambüchen2019-12-24
|
* nixos/tests/mumble: update test to use systemd-journalWilliButz2019-09-13
|
* Remove myself as maintainer from packagesFlorian Friesdorf2019-02-22
| | | | I'm currently not maintaining any packages.
* [bot] nixos/*: remove unused arguments in lambdasvolth2018-07-20
|
* 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>