pyats.robot
pyATS Robot: Robot Module
What it is and what it does
pyats.robot is a bridge component that lets RobotFramework users leverage the pyATS testing ecosystem. pyATS itself is an end-to-end testing platform built at Cisco for data-driven, reusable test development that scales from simple linear cases to complex asynchronous suites. This Robot sub-component specifically enables RobotFramework scripts to interact with pyATS infrastructure—its test execution engine (pyats.aetest) and connection management (pyats.connections)—without having to write pyATS code directly.
The package is actively maintained, supports current Python versions (3.8 through 3.13), and carries no known security vulnerabilities. It installs with low friction as a pure wheel and depends on robotframework plus two other pyATS modules. The Apache 2.0 license permits commercial use. The main constraint is platform support: Linux and macOS only.
Use it for:
- Write RobotFramework test suites that interact with network devices or systems via pyATS connection management.
- Build data-driven test cases in RobotFramework that leverage pyATS's test execution and reporting framework.
- Integrate RobotFramework automation into a larger pyATS-based testing infrastructure at an organization.
- Combine RobotFramework's keyword-driven syntax with pyATS's asynchronous test capabilities for complex test scenarios.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Integrates pyATS testing capabilities with RobotFramework, enabling RobotFramework to interact with pyATS test infrastructure for data-driven and reusable automated testing.
Yes, if you are already using RobotFramework and need to integrate with pyATS infrastructure, or if you want RobotFramework's keyword-driven syntax for pyATS-based testing. The package is actively maintained, permissively licensed, and has no security issues. Install only on Linux or macOS; Windows is not supported. Verify compatibility with your specific RobotFramework and pyATS versions before committing to production use.
Install
pyats-robot on PyPI
pip
pip install pyats-robotuv
uv add pyats-robotpoetry
poetry add pyats-robotInstalling pyats.robot
Before you install
Low install friction with a pure-Python wheel distribution. Actively maintained with a release within the past week. Requires three runtime dependencies: robotframework, pyats.aetest, and pyats.connections.
License in practice
Licensed under Apache 2.0 (permissive), allowing use in commercial and proprietary projects with minimal restrictions.
Quickstart
pip install pyats.robot
from pyats.robot import *
import robot
Requires Python 3.8 or later; Linux and macOS only (Windows not supported per description).
Verify before relying
- Specific RobotFramework version compatibility constraints beyond what the fact sheet states.
- Whether the package works with modern Windows Python environments despite the stated limitation.
- Concrete examples of test scenarios the Robot integration enables beyond generic pyATS capabilities.
Package facts
| License | Apache 2.0 (permissive) |
| Python support | supports the current Python release (>=3.8) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 3 — robotframework, pyats.aetest, pyats.connections |
| Maintenance | actively maintained — 7 days since the last release |
| First released | |
| Downloads | 196,038/month — #9,800 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: pyats_robot-26.7-py3-none-any.whl
Keywords: pyats, robot, ces
Tags
More Libraries packages
urllib3 is an HTTP client library that provides…
permissive · top 100 on PyPI
requestsRequests is a Python HTTP library that…
permissive · top 100 on PyPI
pluggyPluggy provides a plugin system that lets you…
permissive · top 100 on PyPI
python-dateutilProvides parsing, arithmetic, and recurrence…
permissive · top 100 on PyPI
sixSix provides utility functions to write Python…
permissive · top 100 on PyPI
pytestpytest is a testing framework that lets you…
permissive · top 100 on PyPI
pyats.utilspyats.utils provides utility functions and…
permissive · top 15,000 on PyPI
pyats.aetestpyats.aetest is the test script engine…
permissive · top 15,000 on PyPI
pyats.reporterCollects test results and generates reports for…
permissive · top 15,000 on PyPI
pyats.connectionsProvides device connection abstraction and base…
permissive · top 15,000 on PyPI
pyatspyATS is Cisco's end-to-end testing framework…
permissive · top 15,000 on PyPI
pyats.kleenexStandardizes testbed device preparation,…
permissive · top 15,000 on PyPI
genie.libs.robotProvides RobotFramework keywords to interact…
permissive · top 15,000 on PyPI
pyats.tclWraps Python's tkinter module to provide Tcl…
permissive · top 15,000 on PyPI
pyats.aereportCollects test results and generates reports as…
permissive · top 15,000 on PyPI
pyats.resultsProvides object-oriented result representation…
permissive · top 15,000 on PyPI