about summary refs log tree commit diff
path: root/nixos/tests/systemd-journal.nix
AgeCommit message (Collapse)AuthorFilesLines
2023-12-09nixos/tests/journal-gateway: initMinijackson1-7/+1
move previous gateway test from systemd-journal -> systemd-journal-gateway
2022-03-28treewide: machine -> nodes.machineRobert Hensing1-1/+1
2021-01-10Merge branch 'master' into staging-nextJan Tojnar1-1/+1
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.
2021-01-03nixos/tests/systemd-journal: ensure that --grep worksAndreas Rammhold1-0/+2
Previously, after the version bump to v247, we broke journalctl --grep as libpcre2 was lazily loaded during runtime using dlopen(3). This ensures that we have a test case that alerts us when it fails again.
2020-11-02nixos.tests.systemd-journal: add basic systemd-journal-gatewayd testAntoine Eiche1-0/+20
This test allows to ensure the systemd-journal-gatewayd service is responding correcly when the NixOS option `enableHttpGateway` is set. The test has not been added into the main systemd test because a graphical stack is not required (and rebuilding the graphical stack on systemd change is huge).