Home
last modified time | relevance | path

Searched refs:host_info_path (Results 1 – 3 of 3) sorted by relevance

/external/autotest/server/hosts/
Dfactory.py270 def create_target_host(hostname, host_info_path=None, host_info_store=None, argument
283 if not host_info_store and host_info_path:
284 host_info_store = file_store.FileStore(host_info_path)
/external/autotest/site_utils/admin_audit/
Dmain.py100 host_info_path=opts.host_info_file,
/external/autotest/site_utils/
Dgs_offloader_unittest.py849 host_info_path = os.path.join(host_folder, 'host_keyvals')
851 for tdir in host_info_path.split('/'):
855 with open(os.path.join(host_info_path, 'chromeos4-row9-rack11-host22'), 'w') as store_file: