Home
last modified time | relevance | path

Searched refs:run_shell_command (Results 1 – 3 of 3) sorted by relevance

/tools/asuite/atest/integration_tests/
Dbazel_mode_test.py64 completed_process = self.run_shell_command(
74 completed_process = self.run_shell_command(
84 completed_process = self.run_shell_command(
98 self.run_shell_command(f'atest -c -m --bazel-mode {module_name}')
103 completed_process = self.run_shell_command(
115 completed_process = self.run_shell_command(
130 completed_process = self.run_shell_command(
140 completed_process = self.run_shell_command(
152 completed_process = self.run_shell_command(
174 self.run_shell_command(f'm {reporter_module_name}', check=True)
[all …]
Dresult_compare_test.py78 completed_process = self.run_shell_command(shell_cmd)
110 def run_shell_command( member in ResultCompareTest
/tools/asuite/experiments/a/core/
Dtask_runner.py130 command, run_shell_command, command, fall_back_tasks=fall_back_tasks
159 def run_shell_command(command, use_stdout=True): function