Home
last modified time | relevance | path

Searched refs:tf_subproc (Results 1 – 2 of 2) sorted by relevance

/tools/asuite/atest-py2/test_runners/
Datest_tf_test_runner.py184 def _start_monitor(self, server, tf_subproc, reporter): argument
228 if tf_subproc.poll() is not None and len(inputs) == 1:
232 % tf_subproc.returncode)
/tools/asuite/atest/test_runners/
Datest_tf_test_runner.py286 def _start_monitor(self, server, tf_subproc, reporter, extra_args): argument
339 if tf_subproc.poll() is not None and len(inputs) == 1:
349 result=tf_subproc.returncode)
350 raise TradeFedExitError(tf_subproc.returncode)