Searched refs:mock_wait (Results 1 – 1 of 1) sorted by relevance
213 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): argument348 mock_wait.assert_called_with(376 def testDeleteImage(self, mock_wait): argument385 self.assertTrue(mock_wait.called)[all …]