diff options
author | Eric Blake | 2018-01-17 17:54:19 +0100 |
---|---|---|
committer | Max Reitz | 2018-01-23 12:34:43 +0100 |
commit | d6ac6e93632e9196592199a5bcda957c06a8bf64 (patch) | |
tree | 6b101d23f8b235c1744771ee881d5c834c92caca /tests/qemu-iotests/group | |
parent | iotests: Make 059 pass on machines with little RAM (diff) | |
download | qemu-d6ac6e93632e9196592199a5bcda957c06a8bf64.tar.gz qemu-d6ac6e93632e9196592199a5bcda957c06a8bf64.tar.xz qemu-d6ac6e93632e9196592199a5bcda957c06a8bf64.zip |
iotests: Split 177 into two parts for compat=0.10
When originally written, test 177 explicitly took care to run
with compat=0.10. Then I botched my own test in commit
81c219ac and f0a9c18f, by adding additional actions that require
v3 images. Split out the new code into a new v3-only test, 204,
and revert 177 back to its original state other than a new comment.
Reported-by: Max Reitz <mreitz@redhat.com>
Signed-off-by: Eric Blake <eblake@redhat.com>
Message-id: 20180117165420.15946-2-eblake@redhat.com
Signed-off-by: Max Reitz <mreitz@redhat.com>
Diffstat (limited to 'tests/qemu-iotests/group')
-rw-r--r-- | tests/qemu-iotests/group | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/qemu-iotests/group b/tests/qemu-iotests/group index c4703cd782..8fc4f62cca 100644 --- a/tests/qemu-iotests/group +++ b/tests/qemu-iotests/group @@ -200,3 +200,4 @@ 201 rw auto migration 202 rw auto quick 203 rw auto +204 rw auto quick |