Loading tests/qemu-iotests/208 +1 −1 Original line number Diff line number Diff line Loading @@ -28,7 +28,7 @@ with iotests.FilePath('disk.img') as disk_img_path, \ iotests.VM() as vm: img_size = '10M' iotests.qemu_img_pipe('create', '-f', iotests.imgfmt, disk_img_path, img_size) iotests.qemu_img_create('-f', iotests.imgfmt, disk_img_path, img_size) iotests.log('Launching VM...') (vm.add_drive(disk_img_path, 'node-name=drive0-node', interface='none') Loading Loading
tests/qemu-iotests/208 +1 −1 Original line number Diff line number Diff line Loading @@ -28,7 +28,7 @@ with iotests.FilePath('disk.img') as disk_img_path, \ iotests.VM() as vm: img_size = '10M' iotests.qemu_img_pipe('create', '-f', iotests.imgfmt, disk_img_path, img_size) iotests.qemu_img_create('-f', iotests.imgfmt, disk_img_path, img_size) iotests.log('Launching VM...') (vm.add_drive(disk_img_path, 'node-name=drive0-node', interface='none') Loading