Skip to content

Latest commit

 

History

History
53 lines (34 loc) · 1.53 KB

DESCRIPTION.rst

File metadata and controls

53 lines (34 loc) · 1.53 KB

Genie Telemetry Component

Genie Telemetry is a testbed Health Status Monitoring Tool. It is a package within pyATS.

pyATS is an end-to-end testing ecosystem, specializing in data-driven and reusable testing, and engineered to be suitable for Agile, rapid development iterations. Extensible by design, pyATS enables developers start with small, simple and linear test cases, and scale towards large, complex and asynchronous test suites.

Genie was initially developed internally in Cisco, and is now available to the general public starting early 2018 through Cisco DevNet. Visit the Genie home page at

https://developer.cisco.com/site/pyats/

Telemetry Package

Genie Telemetry is a testbed health status monitoring tool.

Requirements

Genie currently supports Python 3.4+ on Linux & Mac systems. Windows platforms are not yet supported.

Quick Start

# install genie.telemetry as a whole
$ pip install genie.telemetry

# to upgrade this package manually
$ pip install --upgrade genie.telemetry

# to install alpha/beta versions, add --pre
$ pip install --pre genie.telemetry

For more information on setting up your Python development environment, such as creating virtual environment and installing pip on your system, please refer to Virtual Environment and Packages in Python tutorials.