https://github.com/opentmi/robot-opentmi
Robot reporting listener for opentmi
https://github.com/opentmi/robot-opentmi
opentmi python robot-framework robotframework-library
Last synced: about 1 month ago
JSON representation
Robot reporting listener for opentmi
- Host: GitHub
- URL: https://github.com/opentmi/robot-opentmi
- Owner: OpenTMI
- Created: 2020-03-07T22:34:51.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-11-11T10:03:23.000Z (over 4 years ago)
- Last Synced: 2025-03-14T21:17:29.597Z (2 months ago)
- Topics: opentmi, python, robot-framework, robotframework-library
- Language: Python
- Size: 16.6 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## robot listener plugin for opentmi
[](https://circleci.com/gh/OpenTMI/robot-opentmi/tree/master)
[](https://badge.fury.io/py/robot-opentmi)This robot-framework listener listen results and upload them to OpenTMI.
## Usage
Install using pip:
`pip install robot-opentmi`
Running with robot:
```
robot --listener robot_opentmi.plugin.PythonListener:::: example/example.robot
```Where:
* `` is OpenTMI uri (required)
* `` is OpenTMI access token (required)
* `` is OpenTMI port (default: 80, optional)
* `` store logs to OpenTMI (default: False, optional)### metadata
module utilize some special robot metadata.
Usage:`robot -M : ...`
**Keys:**
* Device Under Test:
* `DUT_SERIAL_NUMBER`
* `DUT_TYPE`
* `DUT_VERSION`
* `DUT_VENDOR`
* `DUT_MODEL`
* `DUT_PROVIDER`* Software Under Test:
* `SUT_COMPONENT`
* `SUT_FEATURE`
* `SUT_COMMIT_ID`
* `SUT_BRANCH`