Searched refs:dut_path (Results 1 – 2 of 2) sorted by relevance
80 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): argument99 find_ver_cmd = 'grep -a cr50_v.*tpm2 %s' % dut_path
183 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)