Home
last modified time | relevance | path

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

/tools/acloud/list/
Dlist_test.py127 self.Patch(instance.LocalGoldfishInstance, "GetExistingInstances",
237 self.Patch(instance.LocalGoldfishInstance, "GetExistingInstances",
341 self.Patch(instance.LocalGoldfishInstance,
343 self.Patch(instance.LocalGoldfishInstance, "GetLockById")
345 instance.LocalGoldfishInstance.GetLockById.assert_called_once()
347 self.Patch(instance.LocalGoldfishInstance,
Dlist.py199 instance.LocalGoldfishInstance.GetExistingInstances())
319 gf_id = instance.LocalGoldfishInstance.GetIdByName(name)
321 return instance.LocalGoldfishInstance.GetLockById(gf_id)
351 instance.LocalGoldfishInstance.GetExistingInstances()
Dinstance_test.py187 inst = instance.LocalGoldfishInstance(1)
204 instances = instance.LocalGoldfishInstance.GetExistingInstances()
217 num = instance.LocalGoldfishInstance.GetMaxNumberOfInstances()
223 num = instance.LocalGoldfishInstance.GetMaxNumberOfInstances()
Dinstance.py706 class LocalGoldfishInstance(Instance): class
831 instances.append(LocalGoldfishInstance(instance_id))
/tools/acloud/create/
Dgoldfish_local_image_local_instance.py115 ins = instance.LocalGoldfishInstance(ins_id,
147 ins_lock = instance.LocalGoldfishInstance.GetLockById(ins_id)
153 max_id = instance.LocalGoldfishInstance.GetMaxNumberOfInstances()
155 ins_lock = instance.LocalGoldfishInstance.GetLockById(ins_id)