Searched refs:ListImages (Results 1 – 5 of 5) sorted by relevance
238 self.compute_client.ListImages.return_value = fake_images271 self.compute_client.ListImages.assert_called_once_with()
530 items = compute_client.ListImages()
137 Test ListImages. ... ok139 Test ListImages which accepts different project. ... ok
443 images = self.compute_client.ListImages()460 images = self.compute_client.ListImages(
505 def ListImages(self, image_filter=None, image_project=None): member in ComputeClient