Skip to content

Commit 4fe621c

Browse files
committed
quicktest: Add qcow to VDI integrity tests
Signed-off-by: Andrii Sultanov <andriy.sultanov@vates.tech>
1 parent 91ee6f4 commit 4fe621c

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

ocaml/quicktest/quicktest_vdi_ops_data_integrity.ml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,8 +171,12 @@ let export_import_vhd = export_import_vdi ~exportformat:"vhd"
171171

172172
let export_import_tar = export_import_vdi ~exportformat:"tar"
173173

174+
let export_import_qcow = export_import_vdi ~exportformat:"qcow2"
175+
174176
let delta_export_import_vhd = export_delta_import_vdi ~exportformat:"vhd"
175177

178+
let delta_export_import_qcow = export_delta_import_vdi ~exportformat:"qcow2"
179+
176180
let data_integrity_tests vdi_op op_name =
177181
[
178182
( op_name ^ ": small empty VDI"
@@ -277,6 +281,14 @@ let tests () =
277281
@ (data_integrity_tests export_import_tar "VDI export/import to/from TAR file"
278282
|> supported_srs
279283
)
284+
@ (data_integrity_tests export_import_qcow
285+
"VDI export/import to/from QCOW file"
286+
|> supported_srs
287+
)
288+
@ (delta_data_integrity_tests delta_export_import_qcow
289+
"VDI delta export/import to/from QCOW file"
290+
|> supported_srs
291+
)
280292
@ (large_data_integrity_tests export_import_tar
281293
"VDI export/import to/from TAR file"
282294
|> supported_gfs2_srs

0 commit comments

Comments
 (0)