fstests: add tool migrate group membership data to test files
authorDarrick J. Wong <djwong@kernel.org>
Mon, 21 Jun 2021 15:54:54 +0000 (08:54 -0700)
committerEryu Guan <guaneryu@gmail.com>
Sun, 27 Jun 2021 14:49:50 +0000 (22:49 +0800)
commit61cdc74109dbbbfc2087774f934f83439efa6bc6
treefa50c450ee5a9c7d4116e584949afcd4938163bd
parentf37ede78703e0447cd8f8938412c58e70b58cd26
fstests: add tool migrate group membership data to test files

Create a tool to migrate the mapping of tests <-> groups out of the
group file and into the individual test file as a _begin_fstest
call.  In the next patches we'll rewrite all the test files and auto
generate the group files from the tests.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Reviewed-by: Chandan Babu R <chandanrlinux@gmail.com>
Reviewed-by: Allison Henderson <allison.henderson@oracle.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Eryu Guan <guaneryu@gmail.com>
tools/convert-group [new file with mode: 0755]