Lines Matching refs:vm
34 iotests.VM() as vm:
44 vm.launch()
45 vm.blockdev_create({ 'driver': 'file',
49 vm.qmp_log('blockdev-add', driver='file', filename=disk_path,
52 vm.blockdev_create({ 'driver': imgfmt,
55 vm.shutdown()
68 vm.launch()
69 vm.blockdev_create({ 'driver': 'file',
73 vm.blockdev_create({ 'driver': imgfmt,
84 vm.shutdown()
97 vm.launch()
98 vm.blockdev_create({ 'driver': 'file',
102 vm.blockdev_create({ 'driver': imgfmt,
112 vm.shutdown()
122 vm.launch()
123 vm.blockdev_create({ 'driver': imgfmt,
126 vm.shutdown()
135 vm.add_blockdev('driver=file,filename=%s,node-name=node0' % (disk_path))
141 vm.launch()
143 vm.blockdev_create({ 'driver': imgfmt,
147 vm.shutdown()
153 vm.launch()
155 vm.blockdev_create({ 'driver': imgfmt,
159 vm.shutdown()
170 vm.add_blockdev('driver=file,filename=%s,node-name=ext1' % (extent1_path))
171 vm.add_blockdev('driver=file,filename=%s,node-name=ext2' % (extent2_path))
172 vm.add_blockdev('driver=file,filename=%s,node-name=ext3' % (extent3_path))
178 vm.launch()
179 vm.blockdev_create({ 'driver': imgfmt,
183 vm.shutdown()
189 vm.launch()
190 vm.blockdev_create({ 'driver': imgfmt,
195 vm.shutdown()
201 vm.launch()
202 vm.blockdev_create({ 'driver': imgfmt,
207 vm.shutdown()
221 vm.launch()
222 vm.blockdev_create({ 'driver': imgfmt,
227 vm.shutdown()