aboutsummaryrefslogtreecommitdiff
path: root/tests/qemu-iotests/135
diff options
context:
space:
mode:
authorVladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>2021-01-16 16:44:19 +0300
committerEric Blake <eblake@redhat.com>2021-01-20 14:53:22 -0600
commit9dd003a99842d1d82c336e45c5cce656149de382 (patch)
tree0498e5ed21018e3d50662ac202f5b19dc5fd0e26 /tests/qemu-iotests/135
parent92a476e9598ebcd03c6dc798dc7024ed9d31b6f1 (diff)
downloadqemu-9dd003a99842d1d82c336e45c5cce656149de382.zip
qemu-9dd003a99842d1d82c336e45c5cce656149de382.tar.gz
qemu-9dd003a99842d1d82c336e45c5cce656149de382.tar.bz2
iotests: define group in each iotest
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 <vsementsov@virtuozzo.com> Reviewed-by: Eric Blake <eblake@redhat.com> Message-Id: <20210116134424.82867-7-vsementsov@virtuozzo.com> Signed-off-by: Eric Blake <eblake@redhat.com>
Diffstat (limited to 'tests/qemu-iotests/135')
-rwxr-xr-xtests/qemu-iotests/1351
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/qemu-iotests/135 b/tests/qemu-iotests/135
index 3b3d1dc..299075b 100755
--- a/tests/qemu-iotests/135
+++ b/tests/qemu-iotests/135
@@ -1,4 +1,5 @@
#!/usr/bin/env bash
+# group: rw
#
# Test VPC open of image with large Max Table Entries value.
#