summary refs log tree commit diff
path: root/nixos/tests/avahi.nix
Commit message (Collapse)AuthorAge
* 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/tests/avahi: Fix evaluationaszlig2020-10-20
| | | | | | | | | | | | | | | | | | | | | | | | | | In commit a61ca0373b63225e3aa00556c8fc1fb36abcbe3e (#100267), the avahi test expression got an additional attribute, but instead of wrapping the function, the attributes were introduced by nesting the function one level deeper. To illustrate this: Before: attrs: <testdrv> After: newattrs: attrs: <testdrv> So when instantiating tests.avahi.x86_64-linux from nixos/release.nix we get "value is a function while a set was expected" instead of the derivation. I simply re-passed the attributes to make-test-python.nix, since the function already allows (via "...") arbitrary attributes to be passed. The reason why I'm pushing this directly to master is because evaluation for the test is already broken and the worst that could happen here is that things are *still* broken. Signed-off-by: aszlig <aszlig@nix.build> Cc: @flokli, @doronbehar
* nixosTests.avahi: add avahi-with-resolvedFlorian Klink2020-10-11
| | | | | This allows testing avahi works with resolved being enabled, as a regression test for https://github.com/NixOS/nixpkgs/pull/99530.
* nixos/avahi: port test to pythonMarijan2019-11-06
|
* nixos/tests/avahi: add test for extra service definitionsWilliButz2019-06-04
|
* 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
|
* avahi: fix testJoel Moberg2016-02-28
| | | | Reflects module changes made by cdd7310a503481e3c40266be45b6b8256d95ecbd
* nixos.tests.avahi: unmaintainRicardo M. Correia2015-08-04
|
* all tests: added meta.maintainers sectionJoachim Schiele2015-07-12
|
* name nixos tests, close #3078Florian Friesdorf2014-06-28
|
* nixos/tests/avahi: Fix race condition on mDNS testRicardo M. Correia2014-04-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.)
* Move all of NixOS to nixos/ in preparation of the repository mergeEelco Dolstra2013-10-10