You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
2 years ago | |
|---|---|---|
| .. | ||
| autothreadharness | 2 years ago | |
| cases | 2 years ago | |
| cases_R140 | 2 years ago | |
| doc | 2 years ago | |
| Makefile.am | 2 years ago | |
| README.rst | 2 years ago | |
| gencsv.py | 2 years ago | |
| parse_topofile.py | 2 years ago | |
| requirements.txt | 2 years ago | |
| start.bat | 2 years ago | |
| start.sh | 2 years ago | |
README.rst
=======================
Harness Automation Tool
=======================
This is a tool to automate testing openthread with GRL Test Harness Release 2.0.1 for Thread V1.1.
-----------
Get Started
-----------
To get started, follow the `Automation Setup Guide <https://openthread.io/certification/automation_setup>`.
------
Syntax
------
::
./start.sh [-h] [--pattern PATTERN] [--delete-denylist] [--skip SKIP]
[--dry-run] [--result-file RESULT_FILE]
[--list-file LIST_FILE] [--continue-from CONTINUE_FROM]
[--auto-reboot] [--manual-reset] [--list-devices]
[NAME [NAME ...]]
If ``-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.
Use ``./start.sh --help`` for a full list of options.