Home
last modified time | relevance | path

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

/external/autotest/server/site_tests/provision_Cr50TOT/
Dprovision_Cr50TOT.py80 dut_path = os.path.join(remote_dir, filename)
81 result = self.host.run('tar xfv %s -C %s' % (dut_path, remote_dir))
97 def get_bin_version(self, dut_path): argument
99 find_ver_cmd = 'grep -a cr50_v.*tpm2 %s' % dut_path
/external/autotest/server/cros/faft/
Dcr50_test.py183 dut_path = self.download_cr50_gs_file(gsurl, False)[1]
184 qual_ver_str = self.host.run('cat ' + dut_path).stdout.strip()
280 dut_path = cr50_utils.GetDevicePath(ext)
281 self.host.get_file(dut_path, local_path)
483 dut_path = cr50_utils.GetDevicePath(ext)
484 file_exists = self.host.path_exists(dut_path)
486 return cr50_utils.GetBinVersion(self.host, dut_path)