Searched refs:test_command (Results 1 - 19 of 19) sorted by relevance

/external/perfetto/src/ftrace_reader/test/
H A Dtest_proto_gen.py22 def test_command(*args): function
34 test_command(ftrace_proto_gen_path, format_path, proto_path)
35 test_command(
/external/autotest/server/site_tests/cheets_CTS_N/
H A Dcheets_CTS_N.py177 test_command = self._tradefed_run_command(
184 test_command = self._tradefed_run_command(
188 test_command = self._tradefed_run_command(plan=target_plan)
191 test_command = tradefed_args
193 test_command = self._tradefed_run_command()
196 logging.info('CTS command: %s', test_command)
197 return test_command, test_name
239 test_command, test_name = self.generate_test_command(target_module,
245 self._run_tradefed_with_retries(target_module, test_command, test_name,
/external/autotest/server/site_tests/cheets_GTS/
H A Dcheets_GTS.py81 test_command = tradefed_args
84 test_command = self._tradefed_run_command(target_package)
86 self._run_tradefed_with_retries(target_package, test_command, test_name)
/external/autotest/server/cros/network/rf_switch/
H A Dscpi_unittest.py57 test_command = 'this is a command'
61 self.mock_scpi.socket.send.expect_call('%s' % test_command)
64 self.mock_scpi.write(test_command)
82 test_command = 'this is a command'
91 self.mock_scpi.socket.send.expect_call('%s' % test_command)
94 response = self.mock_scpi.query(test_command)
H A Drf_switch_unittest.py60 test_command = 'This is a command\n'
61 self._populate_stack_for_cmd(test_command)
62 self.mock_rf_switch.send_cmd_check_error(test_command)
67 test_command = 'This is a command'
74 self.mock_rf_switch.send_cmd_check_error(test_command)
/external/ltp/testcases/network/stress/route/
H A Droute4-change-dst179 test_command="route"
182 test_command="ip"
190 tst_resm TINFO "Verify the kernel is not crashed when the destination of an IPv4 route is changed frequently by $test_command command in $NS_TIMES times"
H A Droute6-change-dst174 test_command="route"
177 test_command="ip"
185 tst_resm TINFO "Verify the kernel is not crashed when the destination of an IPv6 route is changed frequently by $test_command command in $NS_TIMES times"
H A Droute4-change-gw181 test_command="route"
184 test_command="ip"
192 tst_resm TINFO "Verify the kernel is not crashed when the gateway of an IPv4 route is changed frequently by $test_command command in $NS_TIMES times"
H A Droute4-change-if198 test_command="route"
201 test_command="ip"
209 tst_resm TINFO "Verify the kernel is not crashed when the interface of an IPv4 route is changed frequently by $test_command command in $NS_TIMES times"
H A Droute6-change-gw179 test_command="route"
182 test_command="ip"
190 tst_resm TINFO "Verify the kernel is not crashed when the gateway of an IPv6 route is changed frequently by $test_command command in $NS_TIMES times"
H A Droute6-change-if196 test_command="route"
199 test_command="ip"
207 tst_resm TINFO "Verify the kernel is not crashed when the interface of an IPv6 route is changed frequently by $test_command command in $NS_TIMES times"
/external/autotest/server/site_tests/platform_GCC/
H A Dplatform_GCC.py98 test_command = ('cd %s; DEJAGNU="%s" DEJAGNU_SCRIPTS=%s '
102 utils.system(test_command)
/external/toolchain-utils/bestflags/
H A Dtask.py61 def InitLogCommand(build_command, test_command, log_directory):
66 test_command.
71 test_command: The command that will be used in the test stage to test this
77 Task.TEST_COMMAND = test_command
/external/toolchain-utils/binary_search_tool/
H A Dbinary_search_perforce.py260 def __init__(self, p4_port, p4_paths, test_command):
264 self.test_command = test_command
/external/autotest/server/cros/
H A Dtradefed_test.py847 test_command,
860 logging.warning('Skipped test %s', ' '.join(test_command))
895 commands = [test_command]
899 commands = [test_command + ['--retry', '%d' % session_id]]
/external/python/cpython2/Lib/lib-tk/test/
H A Dwidget_tests.py480 def test_command(self): member in class:StandardOptionsTests
/external/python/cpython3/Lib/tkinter/test/
H A Dwidget_tests.py462 def test_command(self): member in class:StandardOptionsTests
/external/python/cpython2/Lib/test/
H A Dtest_httpservers.py192 def test_command(self): member in class:BaseHTTPServerTestCase
/external/python/cpython3/Lib/test/
H A Dtest_httpservers.py130 def test_command(self): member in class:BaseHTTPServerTestCase

Completed in 2583 milliseconds