Home
last modified time | relevance | path

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

/external/autotest/server/hosts/
Dfactory_unittest.py79 self._orig_dict = factory.OS_HOST_DICT
85 self.os_host_dict = factory.OS_HOST_DICT = {}
94 factory.OS_HOST_DICT = self._orig_dict
Dfactory.py46 OS_HOST_DICT = {'cros': cros_host.CrosHost, variable
207 or OS_HOST_DICT.get(afe_host.attributes.get('os_type'))
208 or OS_HOST_DICT.get(host_os))