Home
last modified time | relevance | path

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

/tools/acloud/public/
Ddevice_driver_test.py237 self.compute_client.ListInstances.return_value = fake_instances
266 self.compute_client.ListInstances.assert_called_once_with(
Ddevice_driver.py517 items = compute_client.ListInstances(zone=cfg.zone)
/tools/acloud/list/
Dlist.py104 all_instances = compute_client.ListInstances(cfg.zone,
/tools/acloud/internal/lib/
Dgcompute_client.py802 def ListInstances(self, zone, instance_filter=None): member in ComputeClient
1356 for instance in self.ListInstances(zone):
Dgcompute_client_test.py495 instances = self.compute_client.ListInstances(self.ZONE)
/tools/tradefederation/core/tests/res/testtype/
Dpython_output2.txt141 Test ListInstances. ... ok