about summary refs log tree commit diff
path: root/nixos/tests/rsyslogd.nix
Commit message (Collapse)AuthorAge
* nixosTests.rsyslogd: Port to pythonJacek Galowicz2020-02-27
|
* tests: refactor to carry the package set as an argumentLéo Gaspard2018-11-11
| | | | | This way, the package set will be possible to pass without re-importing all the time
* nixos/tests/rsyslogd: Fix evalTuomas Tynkkynen2018-10-30
|
* nixos/rsyslogd & nixos/syslog-ng: fix broken module (#47306)aanderse2018-10-27
* 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