nixos/tests/lvm2: add comment recommending a test
This commit is contained in:
parent
c532fcdd96
commit
4b3ebfb126
@ -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; };
|
||||
|
Loading…
Reference in New Issue
Block a user