Home
last modified time | relevance | path

Searched refs:vm_s (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/tests/qemu-iotests/tests/
H A Dbacking-file-invalidation40 vm_s: Optional[iotests.VM] = None variable in TestPostMigrateFilename
60 if self.vm_s is not None:
61 self.vm_s.shutdown()
102 self.vm_s = iotests.VM(path_suffix='a') \
108 assert self.vm_s is not None
111 self.vm_s.launch()
114 pre_mig_filename = self.vm_s.node_info('node0')['file']
116 self.vm_s.qmp('migrate', uri=f'unix:{mig_sock}')
119 self.vm_s.event_wait('STOP')
127 self.vm_s.shutdown()
[all …]
H A Dmigration-permissions55 self.vm_s = vms[0]
59 self.vm_s.shutdown()
81 self.vm_s.qmp('migrate', uri=f'unix:{mig_sock}')
82 assert self.vm_s.wait_migration(None)