• Home
Name Date Size #Lines LOC

..--

autothreadharness/03-May-2024-2,9712,093

cases/03-May-2024-7,3721,671

cases_R140/03-May-2024-7,3721,671

doc/03-May-2024-494128

Makefile.amD03-May-20241.9 KiB4211

README.rstD03-May-2024864 2819

gencsv.pyD03-May-2024643 2922

parse_topofile.pyD03-May-20246.4 KiB167102

requirements.txtD03-May-202424 33

start.batD03-May-202450 32

start.shD03-May-202484 42

README.rst

1=======================
2Harness Automation Tool
3=======================
4
5This is a tool to automate testing openthread with GRL Test Harness Release 2.0.1 for Thread V1.1.
6
7-----------
8Get Started
9-----------
10
11To get started, follow the `Automation Setup Guide <https://openthread.io/certification/automation_setup>`.
12
13------
14Syntax
15------
16
17::
18
19 ./start.sh [-h] [--pattern PATTERN] [--delete-denylist] [--skip SKIP]
20                 [--dry-run] [--result-file RESULT_FILE]
21                 [--list-file LIST_FILE] [--continue-from CONTINUE_FROM]
22                 [--auto-reboot] [--manual-reset] [--list-devices]
23                 [NAME [NAME ...]]
24
25If ``-l`` is given, ``NAME`` is the serial port device name. Otherwise ``NAME`` is test case name. This enables running single or multiple test cases directly.
26
27Use ``./start.sh --help`` for a full list of options.
28