Home
last modified time | relevance | path

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

/tools/acloud/public/actions/
Dcreate_goldfish_action_test.py119 self.compute_client.CreateInstance.assert_called_with(
156 self.compute_client.CreateInstance.assert_called_with(
206 self.compute_client.CreateInstance.assert_called_with(
241 self.compute_client.CreateInstance.assert_called_with(
287 self.compute_client.CreateInstance.assert_called_with(
322 self.compute_client.CreateInstance.assert_called_with(
Dcreate_cuttlefish_action.py94 def CreateInstance(self): member in CuttlefishDeviceFactory
115 self._compute_client.CreateInstance(
Dcreate_goldfish_action.py108 def CreateInstance(self): member in GoldfishDeviceFactory
119 self._compute_client.CreateInstance(
Dbase_device_factory.py41 def CreateInstance(self): member in BaseDeviceFactory
Dcreate_cuttlefish_action_test.py113 self.compute_client.CreateInstance.assert_called_with(
Dcommon_operations_test.py94 self.assertEqual(self.device_factory.CreateInstance.call_count, 5)
Dcommon_operations.py130 instance = self._device_factory.CreateInstance()
/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.py65 def CreateInstance(self, instance, image_name, image_project, member in CheepsComputeClient
107 gcompute_client.ComputeClient.CreateInstance(
Dcvd_compute_client.py61 def CreateInstance(self, instance, image_name, image_project, member in CvdComputeClient
164 gcompute_client.ComputeClient.CreateInstance(
Dcheeps_compute_client_test.py100 self.cheeps_compute_client.CreateInstance(
107 gcompute_client.ComputeClient.CreateInstance.assert_called_with(
Dgoldfish_compute_client.py126 def CreateInstance(self, member in GoldfishComputeClient
215 gcompute_client.ComputeClient.CreateInstance(
Dgoldfish_compute_client_test.py114 self.goldfish_compute_client.CreateInstance(
121 gcompute_client.ComputeClient.CreateInstance.assert_called_with(
Dandroid_compute_client_test.py134 self.android_compute_client.CreateInstance(instance_name, self.IMAGE,
138 self.android_compute_client).CreateInstance.assert_called_with(
Dcvd_compute_client_test.py114 self.cvd_compute_client.CreateInstance(
152 self.cvd_compute_client.CreateInstance(
Dandroid_compute_client.py229 def CreateInstance(self, member in AndroidComputeClient
297 super(AndroidComputeClient, self).CreateInstance(
Dgcompute_client_test.py563 self.compute_client.CreateInstance(
634 self.compute_client.CreateInstance(
Dgcompute_client.py1075 def CreateInstance(self, member in ComputeClient
/tools/acloud/create/
Dcheeps_remote_image_remote_instance.py97 def CreateInstance(self): member in CheepsDeviceFactory
104 self._compute_client.CreateInstance(
Dlocal_image_remote_instance.py80 def CreateInstance(self): member in RemoteInstanceDeviceFactory
144 self._compute_client.CreateInstance(
Dcheeps_remote_image_remote_instance_test.py80 self.compute_client.CreateInstance.assert_called_with(
/tools/acloud/public/
Ddevice_driver_test.py109 self.compute_client.CreateInstance.assert_called_with(
Ddevice_driver.py228 self._compute_client.CreateInstance(