Home
last modified time | relevance | path

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

/tools/acloud/internal/lib/
Dgcompute_client.py114 def WaitOnOperation(self, operation, operation_scope, scope_name=None): member in ComputeClient
205 self.WaitOnOperation(operation=operation,
227 self.WaitOnOperation(operation=operation,
290 self.WaitOnOperation(operation=operation,
341 self.WaitOnOperation(operation=operation,
416 self.WaitOnOperation(operation=operation,
459 self.WaitOnOperation(operation=operation,
519 self.WaitOnOperation(operation=operation,
650 self.WaitOnOperation(operation, operation_scope,
777 self.WaitOnOperation(operation,
[all …]
Dgcompute_client_test.py135 self.compute_client.WaitOnOperation(
168 self.compute_client.WaitOnOperation.assert_called_with(
203 self.compute_client.WaitOnOperation.assert_called_with(
240 self.assertTrue(self.compute_client.WaitOnOperation.called)
279 gcompute_client.ComputeClient.WaitOnOperation.call_count, 2)
417 self.compute_client.WaitOnOperation.assert_called_with(
433 self.compute_client.WaitOnOperation.assert_called_with(
461 gcompute_client.ComputeClient.WaitOnOperation.call_count, 2)
477 gcompute_client.ComputeClient.WaitOnOperation.call_count, 2)
493 self.compute_client.WaitOnOperation.assert_called_with(
[all …]