Searched refs:qemu_img_json (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/tests/qemu-iotests/ |
H A D | iotests.py | 280 def qemu_img_json(*args: str) -> Any: function 313 return qemu_img_json("measure", "--output", "json", *args) 316 return qemu_img_json("check", "--output", "json", *args) 319 return qemu_img_json('info', "--output", "json", *args) 322 return qemu_img_json('map', "--output", "json", *args)
|