Home
last modified time | relevance | path

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

/qemu/tests/qemu-iotests/
H A D040410 img1 = os.path.join(iotests.test_dir, '1.img') variable in TestReopenOverlay
419 '-o', 'backing_file=%s' % self.img1,
431 os.remove(self.img1)
439 self.run_commit_test(self.img1, self.img0)
726 img1 = os.path.join(iotests.test_dir, '1.img') variable in TestCommitWithFilters
740 qemu_img('create', '-f', iotests.imgfmt, self.img1, '64M')
747 self.pattern_files = [self.img0, self.img1, self.img2, self.img3]
779 'filename': self.img1
805 os.remove(self.img1)
819 backing_file=self.img1)
[all …]
H A D256.out55 "target": "img1-full"
106 "target": "img1-incr"
H A Diotests.py545 def compare_images(img1: str, img2: str,
555 qemu_img('compare', '-f', fmt1, '-F', fmt2, img1, img2)