Home
last modified time | relevance | path

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

/tools/acloud/internal/lib/
Dcvd_compute_client_multi_stage.py431 ip = gcompute_client.ComputeClient.GetInstanceIP(
480 ip = gcompute_client.ComputeClient.GetInstanceIP(
545 def GetInstanceIP(self, instance=None): member in CvdComputeClient
559 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.py1510 def GetInstanceIP(self, instance, zone): member in ComputeClient
/tools/acloud/public/actions/
Dcreate_goldfish_action_test.py105 self.compute_client.GetInstanceIP.return_value = self.IP
215 self.compute_client.GetInstanceIP.return_value = self.IP
334 self.compute_client.GetInstanceIP.return_value = self.IP
Dgce_device_factory.py91 ip = self._compute_client.GetInstanceIP(instance)
Dcreate_cuttlefish_action_test.py106 self.compute_client.GetInstanceIP.return_value = self.IP
Dcommon_operations.py100 ip = self._compute_client.GetInstanceIP(instance)
/tools/acloud/public/
Ddevice_driver_test.py94 self.compute_client.GetInstanceIP.return_value = fake_ip
140 self.compute_client.GetInstanceIP.return_value = fake_ip
Ddevice_driver.py232 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.py48 self.compute_client.GetInstanceIP.return_value = self.fake_ip
/tools/acloud/create/
Dcheeps_remote_image_remote_instance_test.py53 self.compute_client.GetInstanceIP.return_value = self.IP