|
@@ -25,7 +25,8 @@ import iotests
|
|
import os
|
|
import os
|
|
|
|
|
|
iotests.script_initialize(supported_fmts=['qcow2'],
|
|
iotests.script_initialize(supported_fmts=['qcow2'],
|
|
- supported_platforms=['linux'])
|
|
|
|
|
|
+ supported_platforms=['linux'],
|
|
|
|
+ required_fmts=['blkverify'])
|
|
|
|
|
|
with iotests.FilePath('img') as img_path, \
|
|
with iotests.FilePath('img') as img_path, \
|
|
iotests.FilePath('mig_fifo') as fifo, \
|
|
iotests.FilePath('mig_fifo') as fifo, \
|