about summary refs log tree commit diff
path: root/nixos/tests
diff options
context:
space:
mode:
authorajs124 <git@ajs124.de>2022-04-05 11:46:09 +0100
committerajs124 <git@ajs124.de>2022-04-05 11:46:09 +0100
commit4b3ebfb126c3652dda4a1ca9d43647d88fe6ae1d (patch)
treedf631bde649f2139cfd53aff80907e474990f58b /nixos/tests
parentc532fcdd96bf74dd1ed3864d41b367c227f0d978 (diff)
nixos/tests/lvm2: add comment recommending a test
Diffstat (limited to 'nixos/tests')
-rw-r--r--nixos/tests/lvm2/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/tests/lvm2/default.nix b/nixos/tests/lvm2/default.nix
index 285e143904107..2ba17809569a6 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; };