Searched defs:mock_creds (Results 1 – 1 of 1) sorted by relevance
/test/framework/harnesses/host_controller/build/ |
D | build_provider_pab_test.py | 43 def testAuthenticationNew(self, mock_creds, mock_storage_get, mock_rf, argument 57 def testAuthenticationStale(self, mock_creds, mock_storage_get, mock_rf, argument 74 def testAuthenticationFresh(self, mock_creds, mock_storage_get, mock_rf, argument 90 def testDownloadArtifact(self, mock_open, mock_get, mock_creds): argument 106 def testGetArtifactURL(self, mock_post, mock_creds): argument 132 def testGetArtifactURLBackendError(self, mock_post, mock_creds): argument 153 def testGetArtifactURLMissingResultError(self, mock_post, mock_creds): argument 174 def testGetArtifactURLInvalidXSRFError(self, mock_post, mock_creds): argument 194 def testGetArtifactURLExpiredXSRFError(self, mock_post, mock_creds): argument 214 def testGetArtifactURLUnknownError(self, mock_post, mock_creds): argument [all …]
|