about summary refs log tree commit diff
path: root/nixos/tests/mumble.nix
AgeCommit message (Collapse)AuthorFilesLines
2021-11-05nixosTests: Redirect stdout to stderr when detachingRobert Hensing1-2/+2
Avoids blocking on stdout.
2021-01-10treewide: simplify pkgs.stdenv.lib -> pkgs.libDominik Xaver Hörl1-1/+1
The library does not depend on stdenv, that `stdenv` exposes `lib` is an artifact of the ancient origins of nixpkgs.
2020-10-07nixos/murmur: add option `environmentFile` for injecting secretselseym1-5/+17
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.
2019-12-24nixosTests.mumble: port to pythonNiklas Hambüchen1-33/+33
2019-09-13nixos/tests/mumble: update test to use systemd-journalWilliButz1-2/+2
2019-02-22Remove myself as maintainer from packagesFlorian Friesdorf1-1/+1
I'm currently not maintaining any packages.
2018-07-20[bot] nixos/*: remove unused arguments in lambdasvolth1-2/+2
2016-09-13mumble: fix failing vm testsReno Reckling1-0/+11
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>
2015-07-12all tests: added meta.maintainers sectionJoachim Schiele1-1/+4
2014-07-02Try fixing the nixos mumble tests, againLuca Bruno1-6/+6
2014-06-28name nixos tests, close #3078Florian Friesdorf1-0/+2
2014-05-21Fix mumble test: wait for X windows to appear, not only sleepLuca Bruno1-1/+3
2014-04-14Make it easier to run the testsEelco Dolstra1-2/+2
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-04-11Fix tests broken due to the firewall being enabled by defaultEelco Dolstra1-0/+1
2014-04-02nixos: add mumble testAustin Seipp1-0/+54
This tests that both the client and server work. With screenshots! Signed-off-by: Austin Seipp <aseipp@pobox.com>