Home
last modified time | relevance | path

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

/tools/acloud/public/actions/
Dremote_instance_cf_device_factory_test.py122 self.assertEqual(factory._CreateGceInstance(), "ins-1234-userbuild-aosp-cf-x86-phone")
130 self.assertEqual(factory._CreateGceInstance(), "ins-1234-userbuild-fake-target")
138 self.assertEqual(factory._CreateGceInstance(), "ins-1234-userbuild-fake-target")
196 self.assertEqual(factory._CreateGceInstance(), "fake-1234-userbuild-fake-target")
Dremote_instance_fvp_device_factory.py36 instance = self._CreateGceInstance()
Dgce_device_factory.py53 def _CreateGceInstance(self): member in GCEDeviceFactory
Dremote_instance_cf_device_factory.py79 instance = self._CreateGceInstance()
/tools/acloud/internal/lib/
Dcvd_compute_client_multi_stage.py210 self._ip = self._CreateGceInstance(instance, image_name, image_project,
437 def _CreateGceInstance(self, instance, image_name, image_project, member in CvdComputeClient