Lines Matching full:for
6 # Tests for dirty bitmaps migration with node aliases
15 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16 # GNU General Public License for more details.
58 for _ in range(9):
68 for name in ('dirty-bitmaps', 'events')]
70 for vm in (self.vm_a, self.vm_b):
96 with iotests.Timeout(5, 'Timeout waiting for migration to complete'):
137 Check for success if @error is None, or verify the error message
163 for node in mapping:
167 for bitmap in node['bitmaps']:
183 # Check for error message on the destination
238 # Giving long bitmap names is OK, as long as there is a short alias for
285 "Invalid mapping given for block-bitmap-mapping: "
305 "Invalid mapping given for block-bitmap-mapping: "
330 "Invalid mapping given for block-bitmap-mapping: "
350 "Invalid mapping given for block-bitmap-mapping: "
412 f"Invalid mapping given for block-bitmap-mapping: "
425 f"Invalid mapping given for block-bitmap-mapping: "
435 f"Invalid mapping given for block-bitmap-mapping: "
448 # Check for the error in the source's log
465 # Longer than the maximum for bitmap names
475 f"Invalid mapping given for block-bitmap-mapping: "
480 # Longer than the maximum for node names
490 f"Invalid mapping given for block-bitmap-mapping: "
526 for (node, bmap) in bmaps_to_add:
567 for node in bitmaps:
568 bitmaps[node] = sorted((bmap['name'] for bmap in bitmaps[node]))
619 for (node, bmap) in bmaps_to_add:
663 for node in bitmaps:
665 for bmap in bitmaps[node]))