Searched refs:run_platform_command (Results 1 – 3 of 3) sorted by relevance
201 err, retcode, shell_stat = self.run_platform_command(211 err, retcode, ls_output = self.run_platform_command(
1572 err, retcode, msg = testcase.run_platform_command("ls %s" % file_path)
1648 def run_platform_command(self, cmd): member in Base