HomeSort by relevance Sort by last modified time
    Searched full:private_host_attributes (Results 1 - 1 of 1) sorted by null

  /external/autotest/server/
site_host_attributes.py 32 If you create private_host_attributes_config.py and private_host_attributes
36 private_host_attributes = {
49 private_host_attributes = utils.import_site_symbol( variable
52 'private_host_attributes', dummy={})
85 if host in private_host_attributes:
86 logging.info('Including private_host_attributes file for %s', host)
87 self._add_attributes(private_host_attributes[host])

Completed in 49 milliseconds