Searched refs:img2 (Results 1 – 2 of 2) sorted by relevance
/openbmc/qemu/tests/qemu-iotests/ |
H A D | 040 | 411 img2 = os.path.join(iotests.test_dir, '2.img') variable in TestReopenOverlay 420 '-F', iotests.imgfmt, self.img2) 422 '-o', 'backing_file=%s' % self.img2, 432 os.remove(self.img2) 727 img2 = os.path.join(iotests.test_dir, '2.img') variable in TestCommitWithFilters 741 qemu_img('create', '-f', iotests.imgfmt, self.img2, '64M') 747 self.pattern_files = [self.img0, self.img1, self.img2, self.img3] 772 'filename': self.img2 804 os.remove(self.img2) 878 self.pattern_files[3] = self.img2 [all …]
|
H A D | iotests.py | 545 def compare_images(img1: str, img2: str, 555 qemu_img('compare', '-f', fmt1, '-F', fmt2, img1, img2)
|