Home
last modified time | relevance | path

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

/tools/acloud/public/actions/
Dremote_instance_cf_device_factory_test.py43 self.Patch(cvd_compute_client_multi_stage.CvdComputeClient, "InitResourceHandle")
44 self.Patch(cvd_compute_client_multi_stage.CvdComputeClient, "LaunchCvd")
45 self.Patch(cvd_compute_client_multi_stage.CvdComputeClient, "UpdateFetchCvd")
46 self.Patch(cvd_compute_client_multi_stage.CvdComputeClient, "FetchBuild")
55 @mock.patch.object(cvd_compute_client_multi_stage.CvdComputeClient,
134 self.Patch(cvd_compute_client_multi_stage.CvdComputeClient, "CreateInstance")
135 self.Patch(cvd_compute_client_multi_stage.CvdComputeClient,
176 self.Patch(cvd_compute_client_multi_stage.CvdComputeClient, "CreateInstance")
177 self.Patch(cvd_compute_client_multi_stage.CvdComputeClient,
358 self.Patch(cvd_compute_client_multi_stage.CvdComputeClient,
Dremote_instance_fvp_device_factory_test.py40 self.Patch(cvd_compute_client_multi_stage.CvdComputeClient, "InitResourceHandle")
Dgce_device_factory.py45 compute_client = cvd_compute_client_multi_stage.CvdComputeClient(
/tools/acloud/internal/lib/
Dcvd_compute_client_multi_stage_test.py96 self.Patch(cvd_compute_client_multi_stage.CvdComputeClient, "InitResourceHandle")
97 self.Patch(cvd_compute_client_multi_stage.CvdComputeClient, "_VerifyZoneByQuota",
106 self.cvd_compute_client_multi_stage = cvd_compute_client_multi_stage.CvdComputeClient(
137 @mock.patch.object(cvd_compute_client_multi_stage.CvdComputeClient, "_GetDiskArgs",
Dcvd_compute_client_multi_stage.py65 class CvdComputeClient(android_compute_client.AndroidComputeClient): class