Home
last modified time | relevance | path

Searched refs:image_len (Results 1 – 11 of 11) sorted by relevance

/qemu/tests/qemu-iotests/
H A D15134 image_len = 128 * 1024 * 1024 # MB variable in TestActiveMirror
73 'write -P 1 0 %i' % self.image_len);
76 for offset in range(1 * self.image_len // 8, 3 * self.image_len // 8, 1024 * 1024):
78 for offset in range(2 * self.image_len // 8, 3 * self.image_len // 8, 1024 * 1024):
91 for offset in range(3 * self.image_len // 8, 5 * self.image_len // 8, 1024 * 1024):
93 for offset in range(4 * self.image_len // 8, 5 * self.image_len // 8, 1024 * 1024):
103 for offset in range(5 * self.image_len // 8, 7 * self.image_len // 8, 1024 * 1024):
105 for offset in range(6 * self.image_len // 8, 7 * self.image_len // 8, 1024 * 1024):
196 image_len = 128 * 1024 * 1024 # MB variable in TestThrottledWithNbdExportBase
319 active_request_offset = self.image_len // 2
H A D04143 image_len = 1 * 1024 * 1024 # MB variable in TestSingleDrive
141 % (self.image_len, self.image_len), target_img)
285 image_len = 0 variable in TestSingleDriveZeroLength
290 image_len = 0 variable in TestSingleBlockdevZeroLength
295 image_len = 1025 * 1024 variable in TestSingleDriveUnalignedLength
300 image_len = 1025 * 1024 variable in TestSingleBlockdevUnalignedLength
303 image_len = 2 * 1024 * 1024 # MB variable in TestMirrorNoBacking
374 image_len = 2 * 1024 * 1024 # MB variable in TestMirrorResized
420 image_len = 2 * 1024 * 1024 # MB variable in TestReadErrors
586 image_len = 2 * 1024 * 1024 # MB variable in TestWriteErrors
[all …]
H A D16333 image_len = '128M' variable in ShrinkBaseClass
86 qemu_img('create', '-f', iotests.imgfmt, test_img, self.image_len)
93 test_img, self.image_len)
121 for offs in range(0, size_to_int(self.image_len),
134 offs_list = list(range(0, size_to_int(self.image_len),
149 image_len = '3M' variable in TestShrink512
H A D03033 image_len = 1 * 1024 * 1024 # MB variable in TestSingleDrive
36 iotests.create_image(backing_img, TestSingleDrive.image_len)
167 str(self.image_len))
190 image_len = num_ops * 4 * 1024 * 1024 variable in TestParallelOps
204 iotests.create_image(self.imgs[0], self.image_len)
595 image_len = 2 * backing_len variable in TestSmallerBackingFile
601 '-F', 'raw', test_img, str(self.image_len))
618 image_len = 2 * 1024 * 1024 # MB variable in TestErrors
649 iotests.create_image(backing_img, TestErrors.image_len)
866 image_len = 8 * 1024 * 1024 * 1024 # GB variable in TestStreamStop
[all …]
H A D04077 image_len = 2 * 1024 * 1024 variable in TestSingleDrive
87 if self.image_len:
104 if not self.image_len:
111 if not self.image_len:
191 if not self.image_len:
198 if not self.image_len:
227 if self.image_len == 0:
255 if self.image_len == 0:
280 image_len = 1 * 1024 * 1024 variable in TestRelativePaths
405 image_len = 0 variable in TestActiveZeroLengthImage
[all …]
H A D05533 image_len = 64 * 1024 * 1024 # MB variable
36 qemu_img('create', '-f', iotests.imgfmt, test_img, str(image_len))
50 qemu_img('create', '-f', iotests.imgfmt, blockdev_target_img, str(image_len))
143 self.do_test_target_size(image_len // 2)
146 self.do_test_target_size(image_len * 2)
199 qemu_img('create', '-f', iotests.imgfmt, blockdev_target_img, str(image_len))
281 qemu_img('create', '-f', iotests.imgfmt, blockdev_target_img, str(image_len))
478 image_len = 64 * 1024 * 1024 # MB variable in TestCompressedToQcow2
494 str(self.image_len), *self.target_fmt['args'])
H A D28127 image_len = 64 * 1024 * 1024 variable
37 self.images[name], str(image_len))
77 self.images[name], str(image_len))
142 self.images[name], str(image_len))
199 self.images[name], str(image_len))
H A D30433 image_len = 4097 variable
36 qemu_img_create('-f', iotests.imgfmt, test_img, str(image_len))
H A D13231 image_len = 2 * 1024 * 1024 # MB variable in TestSingleDrive
35 qemu_img('create', '-f', iotests.imgfmt, test_img, str(TestSingleDrive.image_len))
H A D05732 image_len = 120 * 1024 * 1024 # MB variable in ImageSnapshotTestCase
44 qemu_img('create', '-f', iotests.imgfmt, img, str(self.image_len))
H A D05654 image_len = 64 * 1024 * 1024 # MB variable in TestSyncModesNoneAndTop
57 create_image(backing_img, TestSyncModesNoneAndTop.image_len)