Home
last modified time | relevance | path

Searched refs:GetInstanceIP (Results 1 – 11 of 11) sorted by relevance

/tools/acloud/public/
Ddevice_driver_test.py95 self.compute_client.GetInstanceIP.return_value = fake_ip
141 self.compute_client.GetInstanceIP.return_value = fake_ip
Ddevice_driver.py232 ip = self._compute_client.GetInstanceIP(instance)
/tools/acloud/internal/lib/
Dcvd_compute_client_multi_stage.py456 ip = gcompute_client.ComputeClient.GetInstanceIP(
509 ip = gcompute_client.ComputeClient.GetInstanceIP(
572 def GetInstanceIP(self, instance=None): member in CvdComputeClient
586 return gcompute_client.ComputeClient.GetInstanceIP(
Dandroid_compute_client.py388 def GetInstanceIP(self, instance, zone=None): member in AndroidComputeClient
398 return super(AndroidComputeClient, self).GetInstanceIP(
Dgcompute_client.py1514 def GetInstanceIP(self, instance, zone): member in ComputeClient
/tools/acloud/public/actions/
Dcreate_goldfish_action_test.py108 self.compute_client.GetInstanceIP.return_value = self.IP
220 self.compute_client.GetInstanceIP.return_value = self.IP
341 self.compute_client.GetInstanceIP.return_value = self.IP
Dgce_device_factory.py91 ip = self._compute_client.GetInstanceIP(instance)
Dcreate_cuttlefish_action_test.py110 self.compute_client.GetInstanceIP.return_value = self.IP
Dcommon_operations.py114 ip = self._compute_client.GetInstanceIP(instance)
/tools/acloud/public/acloud_kernel/
Dkernel_swapper.py64 self._target_ip = self._compute_client.GetInstanceIP(instance_name)
Dkernel_swapper_test.py49 self.compute_client.GetInstanceIP.return_value = self.fake_ip