Skip to content

Cisco Live! BRKPRG-1798: Everybody Can Automate Now course material and reference

License

Notifications You must be signed in to change notification settings

CiscoTestAutomation/CL-BRKPRG-1798

Repository files navigation

Cisco Live! BRKPRG-1798: Everybody Can Automate Now

This repository contains the files shown during Cisco Live US 2020 breakout session BRKPRG-1798: Everybody Can Automate Now

General Information

Requirements

  • Mac OSX, Linux or Windows 10 WSL
  • Python 3.5, 3.6, 3.7, 3.8
  • Network connectivity (for downloading PyPI packages)

Preparation

Step 1: Create a Python Virtual Environment

In a new terminal window:

# go to your workspace directory
# (or where you typicaly work from)
cd ~/workspace

# create python virtual environment
python3 -m venv brkprg-1798

# activate virtual environment
cd brkprg-1798
source bin/activate

# update your pip/setuptools
pip install --upgrade pip setuptools

Step 2: Install pyATS, Genie

# install pyATS
pip install pyats[full]

Step 3: Clone This Repository

# clone this repo
git clone https://github.com/CiscoTestAutomation/CL-BRKPRG-1798 class

# cd to the directory
cd workshop

and now you should be ready to get going!

All the scripts with their own README are within the directory workshop.

Head to the >Main Workshop< to start!

About

Cisco Live! BRKPRG-1798: Everybody Can Automate Now course material and reference

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages