Lines Matching full:drive
4 # Tests for drive-backup and blockdev-backup
78 self.do_test_cancel('drive-backup', target_img)
110 self.do_test_pause('drive-backup', target_img, target_img)
152 result = self.vm.qmp('drive-backup', device='drive2', # CD-ROM
165 result = self.vm.qmp('drive-backup', device='drive0',
170 result = self.vm.qmp('drive-backup', device='drive0',
180 self.do_test_device_not_found('drive-backup', device='nonexistent',
247 self.do_test_set_speed('drive-backup', target_img)
272 self.do_test_set_speed_invalid('drive-backup', target_img)
313 self.do_test_cancel('drive-backup', target_img)
352 self.do_test_pause('drive-backup', target_img, target_img)
371 self.do_test_medium_not_found('drive-backup', target_img)
378 'type': 'drive-backup',
389 'type': 'drive-backup',
437 'type': 'drive-backup',
479 target_fmt = {'type': 'qcow2', 'args': (), 'drive-opts': ''}
491 opts=self.target_fmt['drive-opts'])
499 opts=self.target_fmt['drive-opts'])
519 self.do_test_compress_complete('drive-backup', False,
541 self.do_test_compress_cancel('drive-backup', False,
579 self.do_test_compress_pause('drive-backup', False,
590 'drive-opts': 'cache.no-flush=on'}