Home
last modified time | relevance | path

Searched refs:qemu_img_check (Results 1 – 3 of 3) sorted by relevance

/qemu/tests/qemu-iotests/
H A D30231 qemu_img_check,
112 actual_size = qemu_img_check(nbd_uri)["image-end-offset"]
H A D29840 check = iotests.qemu_img_check(disk)
H A Diotests.py315 def qemu_img_check(*args: str) -> Any: function