File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -171,8 +171,12 @@ let export_import_vhd = export_import_vdi ~exportformat:"vhd"
171171
172172let export_import_tar = export_import_vdi ~exportformat: " tar"
173173
174+ let export_import_qcow = export_import_vdi ~exportformat: " qcow2"
175+
174176let delta_export_import_vhd = export_delta_import_vdi ~exportformat: " vhd"
175177
178+ let delta_export_import_qcow = export_delta_import_vdi ~exportformat: " qcow2"
179+
176180let 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
You can’t perform that action at this time.
0 commit comments