Home
last modified time | relevance | path

Searched refs:exec_qemu_img (Results 1 – 7 of 7) sorted by relevance

/openbmc/qemu/tests/vm/
H A Dfreebsd57 self.exec_qemu_img("convert", "-O", "qcow2", tmp_raw, img_tmp)
58 self.exec_qemu_img("resize", img_tmp, self.size)
H A Dcentos37 self.exec_qemu_img("resize", img_tmp, "50G")
H A Dubuntuvm.py32 self.exec_qemu_img("resize", img_tmp, "+50G")
H A Dcentos.aarch6479 self.exec_qemu_img("resize", img_tmp, "50G")
H A Dopenbsd86 self.exec_qemu_img("create", "-f", "qcow2", img_tmp, self.size)
H A Dnetbsd93 self.exec_qemu_img("create", "-f", "qcow2", img_tmp, self.size)
H A Dbasevm.py268 def exec_qemu_img(self, *args): member in BaseVM