Searched refs:disk_b (Results 1 – 4 of 4) sorted by relevance
/openbmc/qemu/tests/qemu-iotests/ |
H A D | 264 | 28 disk_a, disk_b = file_path('disk_a', 'disk_b') variable 38 qemu_img_create('-f', iotests.imgfmt, disk_b, str(disk_size)) 46 os.remove(disk_b) 51 with qemu_nbd_popen('-k', nbd_sock, '-f', iotests.imgfmt, disk_b): 89 with qemu_nbd_popen('-k', nbd_sock, '-f', iotests.imgfmt, disk_b):
|
/openbmc/qemu/tests/qemu-iotests/tests/ |
H A D | migrate-during-backup | 26 disk_b = os.path.join(iotests.test_dir, 'disk_b') variable 36 os.remove(disk_b) 41 qemu_img_create('-f', iotests.imgfmt, disk_b, size) 51 'filename': disk_b
|
H A D | migrate-bitmaps-postcopy-test | 29 disk_b = os.path.join(iotests.test_dir, 'disk_b') variable 99 os.remove(disk_b) 105 qemu_img('create', '-f', iotests.imgfmt, disk_b, size) 108 self.vm_b = iotests.VM(path_suffix='b').add_drive(disk_b, 205 self.vm_b = iotests.VM(path_suffix='b').add_drive(disk_b) 234 self.vm_b = iotests.VM(path_suffix='b').add_drive(disk_b)
|
H A D | migrate-bitmaps-test | 32 disk_b = os.path.join(iotests.test_dir, 'disk_b') variable 51 os.remove(disk_b) 56 qemu_img('create', '-f', iotests.imgfmt, disk_b, size) 153 self.vm_b.add_drive(disk_a if shared_storage else disk_b) 206 self.vm_b.add_drive(disk_a if shared_storage else disk_b)
|