Home
last modified time | relevance | path

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

/tools/acloud/create/
Davd_spec_test.py320 self.assertEqual(self.AvdSpec._GetGceLocalImagePath(fake_image_path),
325 self.assertEqual(self.AvdSpec._GetGceLocalImagePath(fake_image_path),
333 self.assertEqual(self.AvdSpec._GetGceLocalImagePath(fake_image_path),
339 self.assertEqual(self.AvdSpec._GetGceLocalImagePath(fake_image_path),
345 self.AvdSpec._GetGceLocalImagePath, fake_image_path)
Davd_spec.py368 self._local_image_artifact = self._GetGceLocalImagePath(
376 def _GetGceLocalImagePath(local_image_dir): member in AVDSpec