Home
last modified time | relevance | path

Searched refs:path_suffix (Results 1 – 12 of 12) sorted by relevance

/openbmc/qemu/tests/qemu-iotests/
H A D26233 iotests.VM(path_suffix='a') as vm_a, \
34 iotests.VM(path_suffix='b') as vm_b:
H A D19641 self.vm_a = iotests.VM(path_suffix='a').add_drive(disk)
44 self.vm_b = iotests.VM(path_suffix='b').add_drive(disk)
H A D23434 iotests.VM(path_suffix='a') as vm_a, \
35 iotests.VM(path_suffix='b') as vm_b:
H A D29656 self.vm1 = iotests.VM(path_suffix = 'VM1')
57 self.vm2 = iotests.VM(path_suffix = 'VM2')
H A D28179 self.vm_src = iotests.VM(path_suffix='src')
89 self.vm_tgt = iotests.VM(path_suffix='tgt')
H A D30042 self.vm_a = iotests.VM(path_suffix='-a')
47 self.vm_b = iotests.VM(path_suffix='-b')
H A Diotests.py828 def __init__(self, path_suffix=''): argument
829 name = "qemu%s-%d" % (path_suffix, os.getpid())
/openbmc/qemu/tests/qemu-iotests/tests/
H A Dmigrate-bitmaps-postcopy-test106 self.vm_a = iotests.VM(path_suffix='a').add_drive(disk_a,
108 self.vm_b = iotests.VM(path_suffix='b').add_drive(disk_b,
205 self.vm_b = iotests.VM(path_suffix='b').add_drive(disk_b)
234 self.vm_b = iotests.VM(path_suffix='b').add_drive(disk_b)
H A Dbacking-file-invalidation102 self.vm_s = iotests.VM(path_suffix='a') \
104 self.vm_d = iotests.VM(path_suffix='b') \
H A Dmigrate-bitmaps-test58 self.vm_a = iotests.VM(path_suffix='a').add_drive(disk_a)
61 self.vm_b = iotests.VM(path_suffix='b')
205 self.vm_b = iotests.VM(path_suffix='b')
H A Dmirror-top-perms91 self.vm_b = iotests.VM(path_suffix='b')
H A Dmigration-permissions40 vms[i] = iotests.VM(path_suffix=f'{i}')