Home
last modified time | relevance | path

Searched refs:LocalGoldfishInstance (Results 1 – 5 of 5) sorted by relevance

/tools/acloud/list/
Dlist_test.py128 self.Patch(instance.LocalGoldfishInstance, "GetExistingInstances",
240 self.Patch(instance.LocalGoldfishInstance, "GetExistingInstances",
344 self.Patch(instance.LocalGoldfishInstance,
346 self.Patch(instance.LocalGoldfishInstance, "GetLockById")
348 instance.LocalGoldfishInstance.GetLockById.assert_called_once()
350 self.Patch(instance.LocalGoldfishInstance,
Dlist.py209 instance.LocalGoldfishInstance.GetExistingInstances())
329 gf_id = instance.LocalGoldfishInstance.GetIdByName(name)
331 return instance.LocalGoldfishInstance.GetLockById(gf_id)
361 instance.LocalGoldfishInstance.GetExistingInstances()
Dinstance_test.py190 inst = instance.LocalGoldfishInstance(1)
207 instances = instance.LocalGoldfishInstance.GetExistingInstances()
220 num = instance.LocalGoldfishInstance.GetMaxNumberOfInstances()
226 num = instance.LocalGoldfishInstance.GetMaxNumberOfInstances()
Dinstance.py755 class LocalGoldfishInstance(Instance): class
878 instances.append(LocalGoldfishInstance(instance_id))
/tools/acloud/create/
Dgoldfish_local_image_local_instance.py113 ins = instance.LocalGoldfishInstance(ins_id,
145 ins_lock = instance.LocalGoldfishInstance.GetLockById(ins_id)
151 max_id = instance.LocalGoldfishInstance.GetMaxNumberOfInstances()
153 ins_lock = instance.LocalGoldfishInstance.GetLockById(ins_id)