Home
last modified time | relevance | path

Searched refs:shell_cmd (Results 1 - 2 of 2) sorted by relevance

/developtools/hdc/test/scripts/
H A Dhdc_recv_all_test.py81 shell_cmd = f"hdc shell ls -alZ {device_tmp_dir}/{file_id}/"
85 check_output = subprocess.check_output(shell_cmd.split()).decode().replace(',', ' ')
/developtools/integration_verification/cases/smoke/basic/screenshot32/new_script/utils/
H A Ddevice.py38 shell_cmd = f'hdc -l0 -t {self.sn} shell "{cmd}"'
39 out = self._execute_cmd(shell_cmd)

Completed in 2 milliseconds