Searched refs:repo_run_command (Results 1 – 1 of 1) sorted by relevance
/external/autotest/client/common_lib/ |
D | base_packages.py | 46 def repo_run_command(repo, cmd, ignore_status=False, cd=True): function 75 repo_run_command(repo, 'mkdir -p %s' % remote_path, cd=False) 85 df = repo_run_command(repo, 98 repo_run_command(repo, 'touch %s' % repo_testfile).stdout.strip() 99 repo_run_command(repo, 'rm ' + repo_testfile) 112 repo_run_command(repo, cmd, ignore_status=True)
|