Home
last modified time | relevance | path

Searched refs:fw_path (Results 1 – 6 of 6) sorted by relevance

/external/autotest/server/site_tests/platform_InstallFW/
Dcontrol17 test_that --args='fw_path=<PATH_TO_FW_FILE>
25 test_that --args='fw_path=local
47 if 'fw_path' not in opts:
48 raise error.TestFail('No --fw_path specified')
51 if opts['fw_path'] == 'local':
53 elif os.path.isfile(opts['fw_path']):
54 opts['fw_name'] = os.path.basename(opts['fw_path'])
55 opts['fw_path'] = os.path.dirname(opts['fw_path'])
60 job.run_test("platform_InstallFW", host=host, fw_path=opts['fw_path'],
Dplatform_InstallFW.py12 def run_once(self, host=None, fw_type=None, fw_path=None, fw_name=None): argument
21 if fw_path == "local":
25 fw_src = "%s/%s" % (fw_path, fw_name)
/external/autotest/server/site_tests/enterprise_CFM_BizlinkUpdater/
Denterprise_CFM_BizlinkUpdater.py122 def flash_fw(self, fw_path): argument
133 '--fw_path={}'.format(fw_path))
/external/autotest/server/cros/faft/
Dfingerprint_test.py379 def flash_rw_firmware(self, fw_path): argument
382 'flash_fp_rw.sh' + ' ' + fw_path)
387 def flash_rw_ro_firmware(self, fw_path): argument
390 flash_cmd = 'flash_fp_mcu' + ' ' + fw_path
/external/autotest/server/site_tests/enterprise_CFM_SiSFwUpdater/
Denterprise_CFM_SiSFwUpdater.py162 def flash_fw(self, fw_path, str_compare='', print_output=False): argument
174 '-ba -log_to=stdout {}'.format(fw_path))
/external/autotest/client/cros/input_playback/
Dinput_playback.py337 fw_path = os.path.join(device_dir, fw_filename)
338 if os.path.exists(fw_path):
342 fw_id = self._get_contents_of_file(fw_path)