21.01.2021 05:36, Eric Blake wrote:
From: Vladimir Sementsov-Ogievskiy<vsement...@virtuozzo.com>
We are going to drop group file. Define group in tests as a preparatory
step.
The patch is generated by
cd tests/qemu-iotests
grep '^[0-9]\{3\} ' group | while read line; do
file=$(awk '{print $1}' <<< "$line");
groups=$(sed -e 's/^... //' <<< "$line");
awk "NR==2{print \"# group: $groups\"}1" $file > tmp;
cat tmp > $file;
done
Signed-off-by: Vladimir Sementsov-Ogievskiy<vsement...@virtuozzo.com>
Reviewed-by: Eric Blake<ebl...@redhat.com>
Message-Id:<20210116134424.82867-7-vsement...@virtuozzo.com>
Signed-off-by: Eric Blake<ebl...@redhat.com>
Hmm. I think this patch should go together with the main series about
refactoring iotests/check, not with preparation fixes. Otherwise we'll diverge
if more tests will come in a mean time (or any change in group file). And just
for good history, better keep this patch close to dropping of group file.
--
Best regards,
Vladimir