systemd: add journal tests to passthru.tests

This commit is contained in:
Minijackson 2022-09-01 16:08:18 +02:00 committed by Raito Bezarius
parent dadb93b425
commit 7112490cb7

View File

@ -777,7 +777,11 @@ stdenv.mkDerivation (finalAttrs: {
inherit withCryptsetup withHostnamed withImportd withKmod withLocaled withMachined withPortabled withTimedated withUtmp util-linux kmod kbd;
tests = {
inherit (nixosTests) switchTest;
inherit (nixosTests)
switchTest
systemd-journal
systemd-journal-gateway
systemd-journal-upload;
cross = pkgsCross.${if stdenv.buildPlatform.isAarch64 then "gnu64" else "aarch64-multiplatform"}.systemd;
};
};