Home
last modified time | relevance | path

Searched refs:run_cmd (Results 1 – 25 of 25) sorted by relevance

/tools/asuite/atest-py2/test_runners/
Dsuite_plan_test_runner_unittest.py54 run_cmd = []
56 run_cmd.append(suite_plan_test_runner.SuitePlanTestRunner._RUN_CMD.format(
64 run_cmd)
67 run_cmd = []
68 run_cmd.append(suite_plan_test_runner.SuitePlanTestRunner._RUN_CMD.format(
75 run_cmd)
87 run_cmd = []
89 run_cmd.append(suite_plan_test_runner.SuitePlanTestRunner._RUN_CMD.format(
97 run_cmd)
100 run_cmd = []
[all …]
Drobolectric_test_runner.py92 run_cmd = self.generate_run_commands([test_info], extra_args)[0]
93 subproc = self.run(run_cmd,
119 run_cmd = self.generate_run_commands([test_info], extra_args)[0]
120 subproc = self.run(run_cmd,
251 run_cmd = ' '.join(x for x in robo_command)
253 run_cmd = run_cmd.replace(
255 run_cmds.append(run_cmd)
Dexample_test_runner.py39 for run_cmd in run_cmds:
40 super(ExampleTestRunner, self).run(run_cmd)
Dregression_test_runner.py90 run_cmd = self._RUN_CMD.format(**self.run_cmd_dict)
91 return [run_cmd]
Dsuite_plan_test_runner.py65 for run_cmd in run_cmds:
66 proc = super(SuitePlanTestRunner, self).run(run_cmd,
Dvts_tf_test_runner.py70 for run_cmd in run_cmds:
71 proc = super(VtsTradefedTestRunner, self).run(run_cmd,
/tools/asuite/atest/test_runners/
Dsuite_plan_test_runner_unittest.py62 run_cmd = []
64 run_cmd.append(suite_plan_test_runner.SuitePlanTestRunner._RUN_CMD.format(
72 run_cmd)
75 run_cmd = []
76 run_cmd.append(suite_plan_test_runner.SuitePlanTestRunner._RUN_CMD.format(
83 run_cmd)
95 run_cmd = []
97 run_cmd.append(suite_plan_test_runner.SuitePlanTestRunner._RUN_CMD.format(
105 run_cmd)
108 run_cmd = []
[all …]
Drobolectric_test_runner.py100 run_cmd = self.generate_run_commands([test_info], extra_args)[0]
101 subproc = self.run(run_cmd,
128 run_cmd = self.generate_run_commands([test_info], extra_args)[0]
129 subproc = self.run(run_cmd,
271 run_cmd = ' '.join(x for x in robo_command)
273 run_cmd = run_cmd.replace(
275 run_cmds.append(run_cmd)
Dexample_test_runner.py38 for run_cmd in run_cmds:
39 super(ExampleTestRunner, self).run(run_cmd)
Dregression_test_runner.py92 run_cmd = self._RUN_CMD.format(**self.run_cmd_dict)
93 return [run_cmd]
Dvts_tf_test_runner.py69 for run_cmd in run_cmds:
70 proc = super().run(run_cmd, output_to_stdout=True)
Dsuite_plan_test_runner.py70 for run_cmd in run_cmds:
72 proc = super().run(run_cmd, output_to_stdout=True,
Datest_tf_test_runner_unittest.py891 run_cmd = self.tr.generate_run_commands(
895 str(run_cmd).find(
/tools/test/connectivity/acts/framework/acts/controllers/amarisoft_lib/
Dconfig_utils.py75 self.remote.run_cmd('rm -f ' + cfg_path)
96 self.remote.run_cmd('rm -f ' + cfg_path)
118 self.remote.run_cmd(f'sed -i \'s/\\r//g\' {cfg_path}')
119 self.remote.run_cmd(
138 self.remote.run_cmd(f'sed -i \'s/\\r//g\' {cfg_path}')
139 self.remote.run_cmd(
158 self.remote.run_cmd(f'sed -i \'s/\\r//g\' {cfg_path}')
159 self.remote.run_cmd(
178 self.remote.run_cmd(f'sed -i \'s/\\r//g\' {cfg_path}')
179 self.remote.run_cmd(
[all …]
Damarisoft_client.py120 self.run_cmd('systemctl stop lte')
124 self.run_cmd('systemctl start lte')
128 self.run_cmd('systemctl restart lte')
132 self.run_cmd('systemctl enable lte')
136 self.run_cmd('systemctl disable lte')
145 for line in self.run_cmd('systemctl is-active lte'))
158 self.run_cmd(f'ln -sfn {path} /root/{cfg_type}')
171 result = self.run_cmd(f'readlink /root/{cfg_type}')
194 self.run_cmd(f'ln -sfn {cfg_file} {cfg_link}')
207 result = self.run_cmd(f'readlink {cfg_path}')
Dssh_utils.py95 def run_cmd(self, cmd: str) -> Sequence[str]: member in RemoteClient
128 return any('exist' in line for line in self.run_cmd(
/tools/test/connectivity/acts/framework/acts/controllers/bits_lib/
Dbits_client.py75 self.run_cmd('--collector',
82 self.run_cmd('--collector',
87 def run_cmd(self, *args, timeout=60): member in BitsClient
118 self.run_cmd('--name',
154 self.run_cmd(*cmd, timeout=600)
184 self.run_cmd('--name',
218 self.run_cmd(*cmd)
231 self.run_cmd('--collector',
259 self.run_cmd(*cmd, timeout=10)
268 self.run_cmd(*cmd, timeout=10)
[all …]
/tools/asuite/atest-py2/
Drun_atest_unittests.sh49 local run_cmd="python"
55 run_cmd="coverage run --source $ATEST_REAL_PATH --append"
59 if ! PYTHONPATH=$(get_pythonpath) $run_cmd $test_file; then
Datest.py534 for run_cmd in run_cmds:
535 all_run_cmds.append(run_cmd)
537 % (atest_utils.colorize(run_cmd, constants.GREEN)))
/tools/asuite/atest/
Drun_atest_unittests.sh70 local run_cmd=$PYTHON
77 run_cmd="coverage run --source $ATEST_REAL_PATH --append"
81 if ! PYTHONPATH=$(get_pythonpath) $run_cmd $test_file; then
Datest.py640 for run_cmd in run_cmds:
641 all_run_cmds.append(run_cmd)
643 % (atest_utils.colorize(run_cmd, constants.GREEN)))
Dbazel_mode.py1060 for run_cmd in run_cmds:
1061 subproc = self.run(run_cmd, output_to_stdout=True)
/tools/acloud/
Drun_tests_py2.sh44 local run_cmd="python -m coverage run --append"
69 if ! PYTHONPATH=$(get_python_path):$PYTHONPATH $run_cmd $t; then
Drun_tests.sh46 local run_cmd="python3 -m coverage run --append"
71 if ! PYTHONPATH=$(get_python_path):$PYTHONPATH $run_cmd $t; then
/tools/test/connectivity/acts/framework/tests/controllers/bits_lib/
Dbits_client_test.py64 client.run_cmd('-i', '-am', '-not', '-a', '-teapot', timeout=12345)