Searched refs:test_command (Results 1 – 13 of 13) sorted by relevance
/external/fmtlib/support/ |
D | appveyor-build.py | 15 test_command = ['mingw32-make', 'test'] variable 29 test_command = ['ctest', '-C', config] variable 33 check_call(test_command)
|
/external/ltp/testcases/network/stress/route/ |
D | route6-change-dst | 174 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_…
|
D | route4-change-dst | 179 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_…
|
D | route4-change-gw | 181 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_…
|
D | route6-change-gw | 179 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_…
|
D | route4-change-if | 198 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_…
|
D | route6-change-if | 196 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_…
|
/external/autotest/server/site_tests/cheets_CTS_N/ |
D | cheets_CTS_N.py | 302 test_command = self._tradefed_run_command( 306 test_command = self._tradefed_run_command( 312 test_command = self._tradefed_run_command( 317 test_command = self._tradefed_run_command() 340 commands = [['list', 'results'], test_command]
|
/external/autotest/server/site_tests/cheets_CTS/ |
D | cheets_CTS.py | 303 test_command = self._tradefed_run_command(package=target_package) 306 test_command = self._tradefed_run_command(plan=target_plan) 311 test_command = self._tradefed_run_command( 314 test_command = self._tradefed_run_command() 337 commands = [['list', 'results'], test_command]
|
/external/autotest/server/site_tests/platform_GCC/ |
D | platform_GCC.py | 98 test_command = ('cd %s; DEJAGNU="%s" DEJAGNU_SCRIPTS=%s ' 102 utils.system(test_command)
|
/external/chromium-trace/catapult/telemetry/third_party/mox3/ |
D | .testr.conf | 2 test_command=OS_STDOUT_CAPTURE=1 OS_STDERR_CAPTURE=1 OS_TEST_TIMEOUT=60 ${PYTHON:-python} -m subuni…
|
/external/toolchain-utils/bestflags/ |
D | task.py | 61 def InitLogCommand(build_command, test_command, log_directory): argument 77 Task.TEST_COMMAND = test_command
|
/external/toolchain-utils/binary_search_tool/ |
D | binary_search_perforce.py | 260 def __init__(self, p4_port, p4_paths, test_command): argument 264 self.test_command = test_command
|