Home
last modified time | relevance | path

Searched refs:test_command (Results 1 – 20 of 20) sorted by relevance

/external/autotest/server/cros/network/rf_switch/
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)
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/perfetto/src/traced/probes/ftrace/test/
Dtest_proto_gen.py22 def test_command(*args): function
34 test_command(ftrace_proto_gen_path, format_path, proto_path)
35 test_command(
/external/ltp/testcases/network/stress/route/
Droute6-change-dst174 test_command="route"
177 test_command="ip"
185 …ashed when the destination of an IPv6 route is changed frequently by $test_command command in $NS_…
Droute4-change-dst179 test_command="route"
182 test_command="ip"
190 …ashed when the destination of an IPv4 route is changed frequently by $test_command command in $NS_…
Droute6-change-gw179 test_command="route"
182 test_command="ip"
190 …t crashed when the gateway of an IPv6 route is changed frequently by $test_command command in $NS_…
Droute4-change-gw181 test_command="route"
184 test_command="ip"
192 …t crashed when the gateway of an IPv4 route is changed frequently by $test_command command in $NS_…
Droute6-change-if196 test_command="route"
199 test_command="ip"
207 …crashed when the interface of an IPv6 route is changed frequently by $test_command command in $NS_…
Droute4-change-if198 test_command="route"
201 test_command="ip"
209 …crashed when the interface of an IPv4 route is changed frequently by $test_command command in $NS_…
/external/autotest/server/site_tests/platform_GCC/
Dplatform_GCC.py98 test_command = ('cd %s; DEJAGNU="%s" DEJAGNU_SCRIPTS=%s '
102 utils.system(test_command)
/external/python/mock/
D.testr.conf2 test_command=${PYTHON:-python} -m subunit.run discover . $LISTOPT $IDOPTION
/external/toolchain-utils/bestflags/
Dtask.py61 def InitLogCommand(build_command, test_command, log_directory): argument
77 Task.TEST_COMMAND = test_command
/external/swiftshader/third_party/llvm-7.0/llvm/test/Transforms/GVNHoist/
Dhoist-very-busy.ll12 define void @test_command(i32 %c1) {
/external/toolchain-utils/binary_search_tool/
Dbinary_search_perforce.py323 def __init__(self, p4_port, p4_paths, test_command): argument
327 self.test_command = test_command
/external/grpc-grpc/tools/run_tests/
Drun_tests.py794 test_command = 'test_lite'
796 test_command = 'test_gevent'
803 toolchain, runner, test_command, args.iomgr_platform)
/external/python/cpython2/Lib/lib-tk/test/
Dwidget_tests.py480 def test_command(self): member in StandardOptionsTests
/external/python/cpython3/Lib/tkinter/test/
Dwidget_tests.py462 def test_command(self): member in StandardOptionsTests
/external/python/cpython2/Lib/test/
Dtest_httpservers.py193 def test_command(self): member in BaseHTTPServerTestCase
/external/python/cpython3/Lib/test/
Dtest_httpservers.py136 def test_command(self): member in BaseHTTPServerTestCase
/external/python/cpython3/Lib/tkinter/test/test_ttk/
Dtest_widgets.py1149 def test_command(self): member in SpinboxTest