nixos/tests/lvm2: add comment recommending a test

This commit is contained in:
ajs124 2022-04-05 11:46:09 +01:00
parent c532fcdd96
commit 4b3ebfb126

View File

@ -5,6 +5,7 @@
, kernelVersionsToTest ? [ "4.19" "5.4" "5.10" "5.15" "latest" ]
}:
# For quickly running a test, the nixosTests.lvm2.lvm-thinpool-linux-latest attribute is recommended
let
tests = let callTest = p: lib.flip (import p) { inherit system pkgs; }; in {
thinpool = { test = callTest ./thinpool.nix; kernelFilter = lib.id; };