Home
last modified time | relevance | path

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

12

/tools/acloud/public/actions/
Dremote_host_cf_device_factory_test.py108 self.assertEqual("inst", factory.CreateInstance())
160 self.assertEqual("inst", factory.CreateInstance())
207 self.assertEqual("inst", factory.CreateInstance())
265 self.assertEqual("inst", factory.CreateInstance())
315 self.assertEqual("inst", factory.CreateInstance())
368 self.assertEqual("inst", factory.CreateInstance())
423 self.assertEqual("inst", factory.CreateInstance())
444 self.assertEqual("inst", factory.CreateInstance())
472 self.assertEqual("inst", factory.CreateInstance())
Dremote_host_gf_device_factory_test.py162 instance_name = factory.CreateInstance()
230 instance_name = factory.CreateInstance()
253 factory.CreateInstance()
292 factory.CreateInstance()
352 factory.CreateInstance()
373 factory.CreateInstance()
391 factory.CreateInstance()
414 factory.CreateInstance()
432 factory.CreateInstance()
Dcreate_goldfish_action_test.py138 self.compute_client.CreateInstance.assert_called_with(
196 self.compute_client.CreateInstance.assert_called_with(
262 self.compute_client.CreateInstance.assert_called_with(
318 self.compute_client.CreateInstance.assert_called_with(
377 self.compute_client.CreateInstance.assert_called_with(
433 self.compute_client.CreateInstance.assert_called_with(
Dremote_instance_cf_device_factory_test.py256 factory.CreateInstance()
303 factory_local_img.CreateInstance()
339 factory.CreateInstance()
Dcreate_goldfish_action.py141 def CreateInstance(self): member in GoldfishDeviceFactory
153 self._compute_client.CreateInstance(
Dbase_device_factory.py42 def CreateInstance(self): member in BaseDeviceFactory
Dremote_instance_fvp_device_factory.py30 def CreateInstance(self): member in RemoteInstanceDeviceFactory
Dremote_instance_fvp_device_factory_test.py82 factory.CreateInstance()
Dgce_device_factory.py86 self._compute_client.CreateInstance(
Dremote_instance_cf_device_factory.py55 def CreateInstance(self): member in RemoteInstanceDeviceFactory
Dcommon_operations.py105 instance = self._device_factory.CreateInstance()
Dcommon_operations_test.py104 self.assertEqual(self.device_factory.CreateInstance.call_count, 5)
/tools/acloud/internal/lib/
Dcheeps_compute_client_test.py118 self.cheeps_compute_client.CreateInstance(
124 gcompute_client.ComputeClient.CreateInstance.assert_called_with(
167 self.cheeps_compute_client.CreateInstance(
173 gcompute_client.ComputeClient.CreateInstance.assert_called_with(
Dcheeps_compute_client.py66 def CreateInstance(self, instance, image_name, image_project, avd_spec): member in CheepsComputeClient
100 gcompute_client.ComputeClient.CreateInstance(
Dgoldfish_compute_client.py150 def CreateInstance(self, member in GoldfishComputeClient
249 gcompute_client.ComputeClient.CreateInstance(
Dandroid_compute_client_test.py133 self.android_compute_client.CreateInstance(instance_name, self.IMAGE,
137 self.android_compute_client).CreateInstance.assert_called_with(
Dandroid_compute_client.py270 def CreateInstance(self, member in AndroidComputeClient
324 super().CreateInstance(
Dgoldfish_compute_client_test.py176 self.goldfish_compute_client.CreateInstance(
252 self.goldfish_compute_client.CreateInstance(
Dcvd_compute_client_multi_stage.py111 def CreateInstance(self, instance, image_name, image_project, member in CvdComputeClient
284 gcompute_client.ComputeClient.CreateInstance(
Dcvd_compute_client_multi_stage_test.py159 self.cvd_compute_client_multi_stage.CreateInstance(
Dgcompute_client_test.py607 self.compute_client.CreateInstance(
685 self.compute_client.CreateInstance(
760 self.compute_client.CreateInstance(
/tools/tradefederation/core/javatests/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/create/
Dcheeps_remote_image_remote_instance.py105 def CreateInstance(self): member in CheepsDeviceFactory
126 self._compute_client.CreateInstance(
Dcheeps_remote_image_remote_instance_test.py91 self.compute_client.CreateInstance.assert_called_with(
124 self.compute_client.CreateInstance.assert_called_with(
/tools/acloud/public/
Ddevice_driver_test.py109 self.compute_client.CreateInstance.assert_called_with(

12