HomeSort by relevance Sort by last modified time
    Searched refs:test_command (Results 1 - 18 of 18) sorted by null

  /external/python/mock/
.testr.conf 2 test_command=${PYTHON:-python} -m subunit.run discover . $LISTOPT $IDOPTION
  /external/perfetto/src/traced/probes/ftrace/test/
test_proto_gen.py 22 def test_command(*args): function
34 test_command(ftrace_proto_gen_path, format_path, proto_path)
35 test_command(
  /external/autotest/server/cros/network/rf_switch/
scpi_unittest.py 57 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)
rf_switch_unittest.py 60 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/
route4-change-dst 179 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"
route6-change-dst 174 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"
route4-change-gw 181 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"
route4-change-if 198 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"
route6-change-gw 179 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"
route6-change-if 196 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/
platform_GCC.py 98 test_command = ('cd %s; DEJAGNU="%s" DEJAGNU_SCRIPTS=%s '
102 utils.system(test_command)
  /external/toolchain-utils/bestflags/
task.py 56 TEST_COMMAND = None
61 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
308 command = '%s %s %s' % (Task.TEST_COMMAND, self._image,
  /external/toolchain-utils/binary_search_tool/
binary_search_perforce.py 323 def __init__(self, p4_port, p4_paths, test_command):
327 self.test_command = test_command
  /external/grpc-grpc/tools/run_tests/
run_tests.py 794 test_command = 'test_lite'
796 test_command = 'test_gevent'
803 toolchain, runner, test_command, args.iomgr_platform)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_httpservers.py 185 def test_command(self): member in class:BaseHTTPServerTestCase
  /external/python/cpython2/Lib/test/
test_httpservers.py 193 def test_command(self): member in class:BaseHTTPServerTestCase
  /external/python/cpython3/Lib/test/
test_httpservers.py 136 def test_command(self): member in class:BaseHTTPServerTestCase
    [all...]
  /external/python/cpython3/Lib/tkinter/test/test_ttk/
test_widgets.py 1149 def test_command(self): member in class:SpinboxTest
    [all...]

Completed in 1850 milliseconds