new: only allow documented test group names
authorDarrick J. Wong <djwong@kernel.org>
Fri, 17 Sep 2021 00:39:46 +0000 (17:39 -0700)
committerEryu Guan <guaneryu@gmail.com>
Sun, 26 Sep 2021 13:34:23 +0000 (21:34 +0800)
commit797dcac566a09678db59fd6718ed23530ea7da5a
tree7152c0b600ce395e68e5a203af3149307fa8f63a
parent5fa780ee64274ef2f88bc7559648df34297f8148
new: only allow documented test group names

Now that we require all group names to be listed in doc/group-names.txt,
we can use that (instead of running mkgroupfile) to check if the group
name(s) supplied by the user actually exist.  This has the secondary
effect of being a second nudge towards keeping the description of groups
up to date.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Amir Goldstein <amir73il@gmail.com>
Signed-off-by: Eryu Guan <guaneryu@gmail.com>
new