Lines Matching refs:backing_img

29 backing_img = os.path.join(iotests.test_dir, 'backing.img')  variable
48 iotests.create_image(backing_img, self.image_len)
50 '-o', 'backing_file=%s' % backing_img, '-F', 'raw', test_img)
59 os.remove(backing_img)
156 % (self.image_len, backing_img),
179 self.assert_qmp(result, 'return[0]/inserted/backing_file', backing_img)
182 self.assert_qmp(result, 'return[0]/inserted/image/backing-image/filename', backing_img)
192 self.assert_qmp(result, 'return[0]/inserted/backing_file', backing_img)
195 self.assert_qmp(result, 'return[0]/inserted/image/backing-image/filename', backing_img)
226 '-o', 'backing_file=%s' % backing_img, '-F', 'raw', target_img)
306 iotests.create_image(backing_img, TestMirrorNoBacking.image_len)
308 '-o', 'backing_file=%s' % backing_img, '-F', 'raw', test_img)
315 os.remove(backing_img)
326 '-o', 'backing_file=%s' % backing_img, '-F', 'raw', target_img)
341 '-o', 'backing_file=%s' % backing_img, '-F', 'raw', target_img)
377 iotests.create_image(backing_img, TestMirrorResized.backing_len)
379 '-o', 'backing_file=%s' % backing_img, '-F', 'raw', test_img)
387 os.remove(backing_img)
450 self.blkdebug_file = backing_img + ".blkdebug"
451 iotests.create_image(backing_img, TestReadErrors.image_len)
455 % (self.blkdebug_file, backing_img),
467 os.remove(backing_img)
522 '-ocluster_size=131072,backing_file=%s' %(backing_img),
542 qemu_img('rebase', '-f', iotests.imgfmt, '-u', '-b', backing_img,
617 iotests.create_image(backing_img, TestWriteErrors.image_len)
620 '-obacking_file=%s' %(backing_img), '-F', 'raw', test_img)
630 os.remove(backing_img)
716 qemu_img('create', backing_img, str(TestSetSpeed.image_len))
718 '-o', 'backing_file=%s' % backing_img, '-F', 'raw', test_img)
725 os.remove(backing_img)
1248 qemu_img('create', '-f', iotests.imgfmt, backing_img, '1M')
1249 qemu_img('create', '-f', iotests.imgfmt, '-b', backing_img,
1251 qemu_img('create', '-f', iotests.imgfmt, '-b', backing_img,
1254 qemu_io('-c', 'write -P 1 0 512k', backing_img)
1282 'filename': backing_img
1292 os.remove(backing_img)
1346 assert image_info['backing-image']['filename'] == backing_img