From c5e88064eb807555b7c734e87e8ecc5b5144a1c9 Mon Sep 17 00:00:00 2001 From: Vladimir Zapolskiy Date: Wed, 15 Jul 2020 16:08:38 +0300 Subject: [PATCH] generic/038: assign the test to trim group of tests The test runs fstrim utility to stress a filesystem, however it implies that the filesystem supports ioctl(FITRIM), this is checked in runtime by _require_batched_discard() in the test itself, however the assignment of the test to trim group is missing. The intention of the change is to get better association between tests and test groups. Signed-off-by: Vladimir Zapolskiy Reviewed-by: Eryu Guan Signed-off-by: Eryu Guan --- tests/generic/group | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/generic/group b/tests/generic/group index 1661df7e..4047f2ac 100644 --- a/tests/generic/group +++ b/tests/generic/group @@ -40,7 +40,7 @@ 035 auto quick 036 auto aio rw stress 037 auto quick attr metadata -038 auto stress +038 auto stress trim 039 metadata auto quick log 040 metadata auto quick log 041 metadata auto quick log -- 2.25.1