Home
last modified time | relevance | path

Searched refs:CreateInstance (Results 1 – 25 of 29) sorted by relevance

12

/tools/acloud/public/actions/
Dcreate_goldfish_action_test.py132 self.compute_client.CreateInstance.assert_called_with(
188 self.compute_client.CreateInstance.assert_called_with(
252 self.compute_client.CreateInstance.assert_called_with(
306 self.compute_client.CreateInstance.assert_called_with(
363 self.compute_client.CreateInstance.assert_called_with(
417 self.compute_client.CreateInstance.assert_called_with(
Dcreate_cuttlefish_action.py137 def CreateInstance(self): member in CuttlefishDeviceFactory
169 self._compute_client.CreateInstance(
Dcreate_goldfish_action.py141 def CreateInstance(self): member in GoldfishDeviceFactory
153 self._compute_client.CreateInstance(
Dremote_instance_cf_device_factory_test.py323 factory.CreateInstance()
350 factory.CreateInstance()
Dbase_device_factory.py42 def CreateInstance(self): member in BaseDeviceFactory
Dremote_instance_fvp_device_factory.py29 def CreateInstance(self): member in RemoteInstanceDeviceFactory
Dgce_device_factory.py85 self._compute_client.CreateInstance(
Dremote_instance_fvp_device_factory_test.py81 factory.CreateInstance()
Dcommon_operations_test.py96 self.assertEqual(self.device_factory.CreateInstance.call_count, 5)
Dcreate_cuttlefish_action_test.py131 self.compute_client.CreateInstance.assert_called_with(
/tools/tradefederation/core/tests/res/testtype/
Dpython_output2.txt99 Test CreateInstance. ... ok
101 Test CreateInstance with a GPU parameter not set to None. ... ok
151 Test CreateInstance. ... ok
197 Test CreateInstance. ... ok
199 Test CreateInstance. ... ok
/tools/acloud/internal/lib/
Dcheeps_compute_client_test.py114 self.cheeps_compute_client.CreateInstance(
120 gcompute_client.ComputeClient.CreateInstance.assert_called_with(
161 self.cheeps_compute_client.CreateInstance(
167 gcompute_client.ComputeClient.CreateInstance.assert_called_with(
Dcheeps_compute_client.py66 def CreateInstance(self, instance, image_name, image_project, avd_spec): member in CheepsComputeClient
95 gcompute_client.ComputeClient.CreateInstance(
Dgoldfish_compute_client.py138 def CreateInstance(self, member in GoldfishComputeClient
228 gcompute_client.ComputeClient.CreateInstance(
Dcvd_compute_client.py70 def CreateInstance(self, instance, image_name, image_project, member in CvdComputeClient
171 gcompute_client.ComputeClient.CreateInstance(
Dgoldfish_compute_client_test.py125 self.goldfish_compute_client.CreateInstance(
137 gcompute_client.ComputeClient.CreateInstance.assert_called_with(
Dandroid_compute_client_test.py132 self.android_compute_client.CreateInstance(instance_name, self.IMAGE,
136 self.android_compute_client).CreateInstance.assert_called_with(
Dandroid_compute_client.py270 def CreateInstance(self, member in AndroidComputeClient
324 super(AndroidComputeClient, self).CreateInstance(
Dcvd_compute_client_test.py129 self.cvd_compute_client.CreateInstance(
168 self.cvd_compute_client.CreateInstance(
Dcvd_compute_client_multi_stage_test.py177 self.cvd_compute_client_multi_stage.CreateInstance(
210 self.cvd_compute_client_multi_stage.CreateInstance(
Dgcompute_client_test.py607 self.compute_client.CreateInstance(
684 self.compute_client.CreateInstance(
758 self.compute_client.CreateInstance(
Dcvd_compute_client_multi_stage.py163 def CreateInstance(self, instance, image_name, image_project, member in CvdComputeClient
466 gcompute_client.ComputeClient.CreateInstance(
/tools/acloud/create/
Dcheeps_remote_image_remote_instance.py105 def CreateInstance(self): member in CheepsDeviceFactory
126 self._compute_client.CreateInstance(
Dcheeps_remote_image_remote_instance_test.py88 self.compute_client.CreateInstance.assert_called_with(
120 self.compute_client.CreateInstance.assert_called_with(
/tools/acloud/public/
Ddevice_driver_test.py108 self.compute_client.CreateInstance.assert_called_with(

12