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