Home
last modified time | relevance | path

Searched refs:_CreateGceInstance (Results 1 – 3 of 3) sorted by relevance

/tools/acloud/public/actions/
Dremote_instance_cf_device_factory_test.py119 self.assertEqual(factory._CreateGceInstance(), "ins-1234-userbuild-aosp-cf-x86-phone")
127 self.assertEqual(factory._CreateGceInstance(), "ins-1234-userbuild-fake-target")
135 self.assertEqual(factory._CreateGceInstance(), "ins-1234-userbuild-fake-target")
191 self.assertEqual(factory._CreateGceInstance(), "fake-1234-userbuild-fake-target")
Dremote_instance_cf_device_factory.py96 instance = self._CreateGceInstance()
248 def _CreateGceInstance(self): member in RemoteInstanceDeviceFactory
/tools/acloud/internal/lib/
Dcvd_compute_client_multi_stage.py201 self._ip = self._CreateGceInstance(instance, image_name, image_project,
423 def _CreateGceInstance(self, instance, image_name, image_project, member in CvdComputeClient