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.
hmz007 36ed224bac
Rockchip Anroid14_SDK 20240628-rkr5 (2556df1a)
2 years ago
..
autothreadharness Rockchip Anroid14_SDK 20240628-rkr5 (2556df1a) 2 years ago
cases Rockchip Anroid14_SDK 20240628-rkr5 (2556df1a) 2 years ago
cases_R140 Rockchip Anroid14_SDK 20240628-rkr5 (2556df1a) 2 years ago
doc Rockchip Anroid14_SDK 20240628-rkr5 (2556df1a) 2 years ago
Makefile.am Rockchip Anroid14_SDK 20240628-rkr5 (2556df1a) 2 years ago
README.rst Rockchip Anroid14_SDK 20240628-rkr5 (2556df1a) 2 years ago
gencsv.py Rockchip Anroid14_SDK 20240628-rkr5 (2556df1a) 2 years ago
parse_topofile.py Rockchip Anroid14_SDK 20240628-rkr5 (2556df1a) 2 years ago
requirements.txt Rockchip Anroid14_SDK 20240628-rkr5 (2556df1a) 2 years ago
start.bat Rockchip Anroid14_SDK 20240628-rkr5 (2556df1a) 2 years ago
start.sh Rockchip Anroid14_SDK 20240628-rkr5 (2556df1a) 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.