about summary refs log tree commit diff
path: root/nixos/tests/rsyslogd.nix
AgeCommit message (Collapse)AuthorFilesLines
2022-03-28treewide: machine -> nodes.machineRobert Hensing1-2/+2
2021-01-10treewide: simplify pkgs.stdenv.lib -> pkgs.libDominik Xaver Hörl1-2/+2
The library does not depend on stdenv, that `stdenv` exposes `lib` is an artifact of the ancient origins of nixpkgs.
2020-02-27nixosTests.rsyslogd: Port to pythonJacek Galowicz1-16/+14
2018-11-11tests: refactor to carry the package set as an argumentLéo Gaspard1-2/+6
This way, the package set will be possible to pass without re-importing all the time
2018-10-30nixos/tests/rsyslogd: Fix evalTuomas Tynkkynen1-2/+3
2018-10-27nixos/rsyslogd & nixos/syslog-ng: fix broken module (#47306)aanderse1-0/+37
* journald: forward message to syslog by default if a syslog implementation is installed * added a test to ensure rsyslog is receiving messages when expected * added rsyslogd tests to release.nix