Lines Matching +full:migration +full:- +full:test
2 # group: rw quick migration
21 # Test migration with filter drivers present. Keep everything in an
38 vm.add_object('throttle-group,id=tg0,x-bps-total=65536')
39 vm.add_blockdev('file,filename=%s,node-name=drive0-file' % (img_path))
40 vm.add_blockdev('%s,file=drive0-file,node-name=drive0-fmt' % (iotests.imgfmt))
41 vm.add_blockdev('copy-on-read,file=drive0-fmt,node-name=drive0-cor')
42 vm.add_blockdev('throttle,file=drive0-cor,node-name=drive0-throttle,throttle-group=tg0')
43 vm.add_blockdev('blkdebug,image=drive0-throttle,node-name=drive0-dbg')
44 vm.add_blockdev('null-co,node-name=null,read-zeroes=on')
45 vm.add_blockdev('blkverify,test=drive0-dbg,raw=null,node-name=drive0-verify')
48 … vm.add_blockdev('quorum,children.0=drive0-verify,vote-threshold=1,node-name=drive0-quorum')
49 root = "drive0-quorum"
51 root = "drive0-verify"
53 vm.add_device('virtio-blk,drive=%s,iothread=iothread0' % root)
55 iotests.qemu_img_create('-f', iotests.imgfmt, img_path, '64M')
72 iotests.log('Starting migration to B...')
74 with iotests.Timeout(3, 'Migration does not complete'):
80 iotests.log(vm_a.qmp('query-migrate')['return']['status'])
81 iotests.log(vm_b.qmp('query-migrate')['return']['status'])
83 iotests.log(vm_a.qmp('query-status'))
84 iotests.log(vm_b.qmp('query-status'))