Searched refs:base_img_path (Results 1 – 5 of 5) sorted by relevance
/openbmc/qemu/tests/qemu-iotests/ |
H A D | 216 | 47 with iotests.FilePath('base.img') as base_img_path, \ 54 qemu_img('create', '-f', iotests.imgfmt, base_img_path, '64M') 55 qemu_io(base_img_path, '-c', 'write -P 1 0M 1M') 56 qemu_img('create', '-f', iotests.imgfmt, '-b', base_img_path, 95 'filename': base_img_path 113 qemu_io(base_img_path, '-c', 'discard 0 64M')
|
H A D | 310 | 38 with iotests.FilePath('base.img') as base_img_path, \ 46 qemu_img('create', '-f', iotests.imgfmt, base_img_path, '64M') 47 qemu_io(base_img_path, '-c', 'write -P 1 0M 1M') 48 qemu_io(base_img_path, '-c', 'write -P 1 3M 1M') 49 qemu_img('create', '-f', iotests.imgfmt, '-b', base_img_path, 91 'filename': base_img_path
|
H A D | 224 | 45 with iotests.FilePath('base.img') as base_img_path, \ 50 qemu_img('create', '-f', iotests.imgfmt, base_img_path, '64M') 51 qemu_img('create', '-f', iotests.imgfmt, '-b', base_img_path, 82 'filename': base_img_path
|
H A D | 228 | 53 with iotests.FilePath('base.img') as base_img_path, \ 57 qemu_img('create', '-f', iotests.imgfmt, base_img_path, '64M') 60 'file:' + base_img_path, '-F', iotests.imgfmt, 175 qemu_img('create', '-f', iotests.imgfmt, '-b', base_img_path, 226 'filename': base_img_path
|
/openbmc/qemu/tests/qemu-iotests/tests/ |
H A D | image-fleecing | 55 def do_test(vm, use_cbw, use_snapshot_access_filter, base_img_path, argument 67 qemu_img('create', '-f', iotests.imgfmt, base_img_path, '64M') 69 qemu_img('bitmap', '--add', base_img_path, 'bitmap0') 82 '-c', 'write -P%s %s %s' % p, base_img_path) 272 qemu_io(base_img_path, '-c', cmd) 280 with iotests.FilePath('base.img') as base_img_path, \ 283 do_test(vm, use_cbw, use_snapshot_access_filter, base_img_path,
|