From 4b3ebfb126c3652dda4a1ca9d43647d88fe6ae1d Mon Sep 17 00:00:00 2001 From: ajs124 Date: Tue, 5 Apr 2022 11:46:09 +0100 Subject: [PATCH] nixos/tests/lvm2: add comment recommending a test --- nixos/tests/lvm2/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/nixos/tests/lvm2/default.nix b/nixos/tests/lvm2/default.nix index 285e14390410..2ba17809569a 100644 --- a/nixos/tests/lvm2/default.nix +++ b/nixos/tests/lvm2/default.nix @@ -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; };