GithubHelp home page GithubHelp logo

varunvenkatesh46 / clus18-devnet-2595 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from ciscotestautomation/clus18-devnet-2595

0.0 1.0 0.0 15 KB

Cisco Live US 2018 - DevNet 2595 content

License: Apache License 2.0

RobotFramework 100.00%

clus18-devnet-2595's Introduction

Cisco Live US 2018: DevNet-2595 Workshop Material

This workshop is deprecated - Visit our latest workshop

This repository contains the files required for the participants of Cisco Live US 2018 workshop:

DevNet-2595: Stateful Network Validation using pyATS+Genie and Robot Framework.

General Information

Requirements

  • Mac OSX, Linux or Windows 10 WSL
  • Python 3.4, 3.5 or 3.6
  • Network connectivity (for downloading PyPI packages)
  • Access to a 2-CSR1000v topology with BGP preconfigured (provided during workshop)
  • Working knowledge of Python is a plus, but not required.

Usage Instructions

Step 1. Create a Python virtual environment

In a new shell window:

# create a development directory
cd ~/workspace
mkdir ~/devnet-2595
cd devnet-2595

# create python virtual environment
python3 -m venv .

# activate virtual environment
source bin/activate

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

Step 2. Install Genie, pyATS, and Robot Framework

Installing genie and genie.libs.robot will automatically install all required dependencies, including pyats and pyats.robot Robot Framework keyword support.

# install genie and genie robot library
# (requires pip > 9.0.1)
pip install genie genie.libs.robot

Step 3. Clone this repository

# clone this repo into "repo" folder
git clone https://github.com/CiscoTestAutomation/CLUS18-DevNet-2595.git repo

and now you should be ready to get going!

Repository Content

    testbeds/                         testbed YAML files to be used during Cisco Live
    testbeds/backup/                  backup testbeds in case primary had issues
    configs/                          configurations applied to both CSR1000v devices
    scripts/                          example scripts to be worked on during the workshop

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.