diff options
author | Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com> | 2019-03-20 14:59:37 +0300 |
---|---|---|
committer | Kevin Wolf <kwolf@redhat.com> | 2019-03-26 11:37:51 +0100 |
commit | a66c4b83c99c06626bed19ec0bf609bfe87a8cf3 (patch) | |
tree | 3a5242f930c1ca50988b5f891e259ee204720596 /tests/qemu-iotests/group | |
parent | 527266f324def9f7f392fe3b0dd940cb8dc699d9 (diff) | |
download | qemu-a66c4b83c99c06626bed19ec0bf609bfe87a8cf3.zip qemu-a66c4b83c99c06626bed19ec0bf609bfe87a8cf3.tar.gz qemu-a66c4b83c99c06626bed19ec0bf609bfe87a8cf3.tar.bz2 |
iotests: add 248: test resume mirror after auto pause on ENOSPC
Test that mirror job actually resume on resume command after being
automatically paused on ENOSPC error.
It's a follow-up test for 8d9648cbf3e
"blockjob: fix user pause in block_job_error_action"
Signed-off-by: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
Tested-by: John Snow <jsnow@redhat.com>
Reviewed-by: John Snow <jsnow@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@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 d192aba..41da10c 100644 --- a/tests/qemu-iotests/group +++ b/tests/qemu-iotests/group @@ -246,3 +246,4 @@ 245 rw auto 246 rw auto quick 247 rw auto quick +248 rw auto quick |