Home
last modified time | relevance | path

Searched refs:run_shell_command (Results 1 – 2 of 2) 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)
113 def run_shell_command( member in ResultCompareTest