Home
last modified time | relevance | path

Searched refs:instance_type (Results 1 – 5 of 5) sorted by relevance

/tools/acloud/public/actions/
Dremote_instance_cf_device_factory_test.py293 fake_avd_spec.instance_type = constants.INSTANCE_TYPE_HOST
320 fake_avd_spec.instance_type = constants.INSTANCE_TYPE_REMOTE
383 fake_avd_spec.instance_type = constants.INSTANCE_TYPE_HOST
400 fake_avd_spec.instance_type = constants.INSTANCE_TYPE_HOST
Dremote_instance_cf_device_factory.py89 if self._avd_spec.instance_type == constants.INSTANCE_TYPE_HOST:
/tools/acloud/create/
Dbase_avd_create.py68 avd_spec.instance_type)
Dcreate_test.py119 spec.instance_type = constants.INSTANCE_TYPE_REMOTE
Davd_spec.py628 def instance_type(self): member in AVDSpec