Home
last modified time | relevance | path

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

/tools/acloud/internal/lib/
Dgcompute_client_test.py213 mock_wait = self.Patch(gcompute_client.ComputeClient, "WaitOnOperation")
223 mock_wait.assert_called_with(
238 mock_wait = self.Patch(gcompute_client.ComputeClient, "WaitOnOperation")
248 mock_wait.assert_called_with(
264 mock_wait = self.Patch(gcompute_client.ComputeClient, "WaitOnOperation")
274 mock_wait.assert_called_with(
327 def testCreateImageFail(self, mock_wait, mock_check, mock_delete): argument
348 mock_wait.assert_called_with(
376 def testDeleteImage(self, mock_wait): argument
385 self.assertTrue(mock_wait.called)
[all …]