OSDN Git Service

qemu-iotests: Fix blkdebug in VM drive in 030
authorFam Zheng <famz@redhat.com>
Wed, 14 May 2014 12:30:45 +0000 (20:30 +0800)
committerKevin Wolf <kwolf@redhat.com>
Mon, 19 May 2014 09:36:49 +0000 (11:36 +0200)
commitb5e51dd7144719148c5df42b38b6086366f90d5e
treebb3080f108d21c5ec41a97fb7b8cafee3fa600e2
parentd530e342320d4db3c9522bfadc60a7bc8142343a
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>
tests/qemu-iotests/030