Searched refs:check_bitmap (Results 1 – 2 of 2) sorted by relevance
72 def check_bitmap(self, vm, sha256): member in TestDirtyBitmapMigration113 self.check_bitmap(self.vm_a, False if removed else sha256)118 self.check_bitmap(self.vm_a, sha256)134 self.check_bitmap(self.vm_a, sha256 if persistent else False)191 self.check_bitmap(self.vm_b, sha256 if should_migrate else False)208 self.check_bitmap(self.vm_b, sha256 if persistent else False)
81 def check_bitmap(self, bitmap_name_valid: bool) -> None: member in TestDirtyBitmapMigration103 self.check_bitmap(bitmap_name_valid)