Home
last modified time | relevance | path

Searched refs:local_image_artifact (Results 1 – 8 of 8) sorted by relevance

/tools/acloud/create/
Dgce_local_image_remote_instance.py45 logger.info("GCE local image: %s", avd_spec.local_image_artifact)
50 local_disk_image=avd_spec.local_image_artifact,
Dlocal_image_remote_host.py47 avd_spec.local_image_artifact,
Dlocal_image_remote_instance.py48 avd_spec.local_image_artifact,
Dbase_avd_create.py72 avd_spec.local_image_artifact))
Davd_spec.py735 def local_image_artifact(self): member in AVDSpec
Davd_spec_test.py91 self.assertEqual(self.AvdSpec.local_image_artifact, expected_image_artifact)
/tools/acloud/public/actions/
Dgce_device_factory.py36 def __init__(self, avd_spec, local_image_artifact=None): argument
40 self._local_image_artifact = local_image_artifact
Dremote_instance_cf_device_factory.py55 def __init__(self, avd_spec, local_image_artifact=None, argument
57 super().__init__(avd_spec, local_image_artifact)