systemd: add journal tests to passthru.tests
This commit is contained in:
parent
dadb93b425
commit
7112490cb7
1 changed files with 5 additions and 1 deletions
|
@ -777,7 +777,11 @@ stdenv.mkDerivation (finalAttrs: {
|
||||||
inherit withCryptsetup withHostnamed withImportd withKmod withLocaled withMachined withPortabled withTimedated withUtmp util-linux kmod kbd;
|
inherit withCryptsetup withHostnamed withImportd withKmod withLocaled withMachined withPortabled withTimedated withUtmp util-linux kmod kbd;
|
||||||
|
|
||||||
tests = {
|
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;
|
cross = pkgsCross.${if stdenv.buildPlatform.isAarch64 then "gnu64" else "aarch64-multiplatform"}.systemd;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue