Searched refs:hd_path (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/tests/qemu-iotests/ |
H A D | 245 | 32 hd_path = [ variable 43 'filename': hd_path[idx] } } 49 qemu_img('create', '-f', iotests.imgfmt, hd_path[0], '3M') 50 qemu_img('create', '-f', iotests.imgfmt, '-b', hd_path[0], 51 '-F', iotests.imgfmt, hd_path[1]) 52 qemu_img('create', '-f', iotests.imgfmt, hd_path[2], '3M') 53 qemu_io('-f', iotests.imgfmt, '-c', 'write -P 0xa0 0 1M', hd_path[0]) 54 qemu_io('-f', iotests.imgfmt, '-c', 'write -P 0xa1 1M 1M', hd_path[1]) 55 qemu_io('-f', iotests.imgfmt, '-c', 'write -P 0xa2 2M 1M', hd_path[2]) 62 os.remove(hd_path[0]) [all …]
|