Am 26.10.2016 um 12:29 hat Alberto Garcia geschrieben:
> This adds test_stream_intermediate(), similar to test_stream() but
> streams to the intermediate image instead.
>
> It also removes the usage of blkdebug, which is unnecessary for this
> test.
Commit b5e51dd7 (which you effectively revert) says otherwise:
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.
Sounds plausible to me and the calls it mentions are still there.
Kevin