Searched refs:mock_wait (Results 1 – 1 of 1) sorted by relevance
218 mock_wait = self.Patch(gcompute_client.ComputeClient, "WaitOnOperation")228 mock_wait.assert_called_with(243 mock_wait = self.Patch(gcompute_client.ComputeClient, "WaitOnOperation")253 mock_wait.assert_called_with(269 mock_wait = self.Patch(gcompute_client.ComputeClient, "WaitOnOperation")279 mock_wait.assert_called_with(332 def testCreateImageFail(self, mock_wait, mock_check, mock_delete): argument354 mock_wait.assert_called_with(382 def testDeleteImage(self, mock_wait): argument391 self.assertTrue(mock_wait.called)[all …]