Replay Test Result Script (tendril-testresult)

Replays the latest test result for the specified serial number on the command line.

Script Usage

Replay Latest Test Results

usage: tendril-testresult [-h] [--version] SNO
Positional arguments:
serialno Device serial number
Options:
--version show program’s version number and exit
tendril.scripts.testresult._get_parser()[source]

Constructs the CLI argument parser for the tendril-testresult script.

tendril.scripts.testresult.main()[source]

The tendril-testresult script entry point.