Home
last modified time | relevance | path

Searched refs:DownloadArtifact (Results 1 – 6 of 6) sorted by relevance

/tools/acloud/create/
Dcreate_common_test.py124 self.assertEqual(mock_build_client.DownloadArtifact.call_count, 1)
125 mock_build_client.DownloadArtifact.assert_called_once_with(
133 mock_build_client.DownloadArtifact.call_count = 0
141 self.assertEqual(mock_build_client.DownloadArtifact.call_count, 1)
142 mock_build_client.DownloadArtifact.assert_called_once_with(
Dcreate_common.py109 build_client.DownloadArtifact(
/tools/acloud/internal/lib/
Dandroid_build_client_test.py72 self.client.DownloadArtifact(self.BUILD_TARGET, self.BUILD_ID,
92 self.assertRaises(errors.DriverError, self.client.DownloadArtifact,
Dandroid_build_client.py66 def DownloadArtifact(self, member in AndroidBuildClient
Dcvd_compute_client_multi_stage.py486 self._build_api.DownloadArtifact(
/tools/tradefederation/core/tests/res/testtype/
Dpython_output2.txt181 Test DownloadArtifact. ... ok
183 Test DownloadArtifact when OSError is raised. ... ok