Lines Matching refs:vm
33 iotests.VM() as vm:
43 vm.launch()
44 vm.blockdev_create({ 'driver': 'file',
48 vm.qmp_log('blockdev-add', driver='file', filename=disk_path,
51 vm.blockdev_create({ 'driver': imgfmt,
54 vm.shutdown()
67 vm.launch()
68 vm.blockdev_create({ 'driver': 'file',
71 vm.blockdev_create({ 'driver': imgfmt,
78 vm.shutdown()
91 vm.launch()
92 vm.blockdev_create({ 'driver': 'file',
95 vm.blockdev_create({ 'driver': imgfmt,
102 vm.shutdown()
112 vm.launch()
113 vm.blockdev_create({ 'driver': imgfmt,
116 vm.shutdown()
124 vm.add_blockdev('driver=file,filename=%s,node-name=node0' % (disk_path))
125 vm.launch()
126 vm.blockdev_create({ 'driver': imgfmt,
129 vm.shutdown()
139 vm.launch()
140 vm.blockdev_create({ 'driver': imgfmt,
143 vm.shutdown()
165 vm.launch()
168 vm.blockdev_create({ 'driver': imgfmt,
171 vm.shutdown()
179 vm.launch()
182 vm.blockdev_create({ 'driver': imgfmt,
186 vm.blockdev_create({ 'driver': imgfmt,
190 vm.shutdown()