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 <vladimir@xxxxxxxxxx> --- Please note that this change may show a trivial merge conflict with by previously sent patch "generic: assign a number of tests to attr group". tests/generic/group | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/generic/group b/tests/generic/group index d9ab9a31f2ed..c2e7d063fa85 100644 --- a/tests/generic/group +++ b/tests/generic/group @@ -40,7 +40,7 @@ 035 auto quick 036 auto aio rw stress 037 metadata auto quick -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