commit | b5e51dd7144719148c5df42b38b6086366f90d5e | [log] [tgz] |
---|---|---|
author | Fam Zheng <famz@redhat.com> | Wed May 14 20:30:45 2014 +0800 |
committer | Kevin Wolf <kwolf@redhat.com> | Mon May 19 11:36:49 2014 +0200 |
tree | bb3080f108d21c5ec41a97fb7b8cafee3fa600e2 | |
parent | d530e342320d4db3c9522bfadc60a7bc8142343a [diff] |
qemu-iotests: Fix blkdebug in VM drive in 030 The test test_stream_pause in this class uses vm.pause_drive, which requires a blkdebug driver on top of image, otherwise it's no-op and the test running is undeterministic. So add it. Signed-off-by: Fam Zheng <famz@redhat.com> Signed-off-by: Kevin Wolf <kwolf@redhat.com>