PyATS Installation

Python Automated Test System(pyATS) is a python based test automation. Its organically developed by internal Cisco Engineers and made public on 2017 through devnet.

I use pipenv to create isolated Python environments. Pipenv is a combination of both PIP and virtualenv.

Most popular tools to isolate python environment is virtualenv. Use the tool comfortable for you to create virtual environment.

Creating Virtual environment .

Install pyATS using PIP

pip3 install pyats[full]

Available pyats installation options.

Verify PyATS versions:

pyats version check

Advertisement

Leave a Reply

Fill in your details below or click an icon to log in:

WordPress.com Logo

You are commenting using your WordPress.com account. Log Out /  Change )

Facebook photo

You are commenting using your Facebook account. Log Out /  Change )

Connecting to %s