Searched refs:path_suffix (Results 1 – 12 of 12) sorted by relevance
41 self.vm_a = iotests.VM(path_suffix='a').add_drive(disk)44 self.vm_b = iotests.VM(path_suffix='b').add_drive(disk)
33 iotests.VM(path_suffix='a') as vm_a, \34 iotests.VM(path_suffix='b') as vm_b:
34 iotests.VM(path_suffix='a') as vm_a, \35 iotests.VM(path_suffix='b') as vm_b:
56 self.vm1 = iotests.VM(path_suffix = 'VM1')57 self.vm2 = iotests.VM(path_suffix = 'VM2')
79 self.vm_src = iotests.VM(path_suffix='src')89 self.vm_tgt = iotests.VM(path_suffix='tgt')
42 self.vm_a = iotests.VM(path_suffix='-a')47 self.vm_b = iotests.VM(path_suffix='-b')
828 def __init__(self, path_suffix=''): argument829 name = "qemu%s-%d" % (path_suffix, os.getpid())
106 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)
102 self.vm_s = iotests.VM(path_suffix='a') \104 self.vm_d = iotests.VM(path_suffix='b') \
58 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')
91 self.vm_b = iotests.VM(path_suffix='b')
40 vms[i] = iotests.VM(path_suffix=f'{i}')