Skip to main content

robot-framework plugin for publish results to opentmi

Project description

robot listener plugin for opentmi

CircleCI PyPI version

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:<host>:<token>:<port>:<store_logs> example/example.robot

Where:

  • <host> is OpenTMI uri (required)
  • <token> is OpenTMI access token (required)
  • <port> is OpenTMI port (default: 80, optional)
  • <store_logs> store logs to OpenTMI (default: False, optional)

metadata

module utilize some special robot metadata. Usage:

robot -M <KEY>:<VALUE> ...

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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

robot-opentmi-0.2.0.tar.gz (11.9 kB view hashes)

Uploaded Source

Built Distribution

robot_opentmi-0.2.0-py2.py3-none-any.whl (4.6 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page