Home
last modified time | relevance | path

Searched refs:harness (Results 1 – 6 of 6) sorted by relevance

/openthread-latest/tools/harness-automation/autothreadharness/
Dharness_controller.py70 harness = None variable in HarnessController
86 if self.harness:
97 self.harness = subprocess.Popen(
126 if self.harness:
127 _try_kill(self.harness)
128 self.harness = None
/openthread-latest/tools/harness-simulation/
DREADME.md13 1. Open the JSON format configuration file `tools/harness-simulation/posix/config.yml`:
28 $ tools/harness-simulation/posix/install.sh
33 1. Copy the directory `tools/harness-simulation` from the POSIX machine to the Windows machine, and…
35 2. Double click the file `harness\install.bat` on Windows.
42 $ cd tools/harness-simulation/posix
/openthread-latest/tools/harness-simulation/harness/
Dinstall.bat30 copy /Y ..\..\harness-thci\OpenThread.py %THREADDIR%\Thread_Harness\THCI
31 copy /Y ..\..\harness-thci\OpenThread_BR.py %THREADDIR%\Thread_Harness\THCI
32 copy /Y ..\..\harness-thci\OpenThread.png %THREADDIR%\Web\images
33 copy /Y ..\..\harness-thci\OpenThread_BR.png %THREADDIR%\Web\images
/openthread-latest/tools/harness-automation/doc/
Dquickstart.rst9 #. Get the OpenThread and switch to the harness automation path::
12 cd openthread/tools/harness-automation
/openthread-latest/tools/gerrit/
DREADME.md52 492f0c3b1 [harness-automation] update read method for TopologyConfig.txt format change (#2950)
/openthread-latest/etc/cmake/
Doptions.cmake244 ot_option(OT_REFERENCE_DEVICE OPENTHREAD_CONFIG_REFERENCE_DEVICE_ENABLE "test harness reference dev…