All Projects → CiscoTestAutomation → getting-started

CiscoTestAutomation / getting-started

Licence: Apache-2.0 license
pyATS Getting Started guide sources, URL: https://developer.cisco.com/docs/pyats-getting-started/

Programming Languages

python
139335 projects - #7 most used programming language
Makefile
30231 projects

Projects that are alternatives of or similar to getting-started

genielibs
genie.libs contains libraries for configuring, retrieving and testing topologies
Stars: ✭ 80 (+233.33%)
Mutual labels:  cisco, network-automation, pyats, netdevops
solutions examples
pyATS example solutions for NetDevOps use cases
Stars: ✭ 59 (+145.83%)
Mutual labels:  cisco, network-automation, pyats, netdevops
yang
NETCONF/YANG related test framework
Stars: ✭ 15 (-37.5%)
Mutual labels:  cisco, network-automation, pyats
netascode
This repo contains an example of the virtual network of a fictitious company which you can use to play and to learn network automation. Public repository for Network as Code. NaC model.
Stars: ✭ 36 (+50%)
Mutual labels:  cisco, network-automation, pyats
language-cisco
Add syntax highlighting to Cisco configuration files in Atom
Stars: ✭ 48 (+100%)
Mutual labels:  cisco, network-automation
pyats-sample-scripts
Various pyATS-based Test Automation Scripts
Stars: ✭ 79 (+229.17%)
Mutual labels:  cisco, pyats
merlin
Network Magic: Transforming the CLI and REST API using Infrastructure As Code automation
Stars: ✭ 50 (+108.33%)
Mutual labels:  cisco, pyats
Network-Automation
Cisco ACI, Firepower, Meraki, NETCONF, and SQL Python Programs
Stars: ✭ 47 (+95.83%)
Mutual labels:  cisco, netdevops
cisco-ansible-lan-switching
Automate Cisco LAN Switching Configuration using Ansible
Stars: ✭ 13 (-45.83%)
Mutual labels:  cisco, network-automation
xrgrpc
gRPC library for Cisco IOS XR
Stars: ✭ 40 (+66.67%)
Mutual labels:  cisco, network-automation
ciscoaxl
Python SDK for Cisco CUCM AXL API
Stars: ✭ 51 (+112.5%)
Mutual labels:  cisco
cisco-ip-trace
Trace IP addresses to edge Cisco switch port
Stars: ✭ 65 (+170.83%)
Mutual labels:  cisco
iosxrv-x64-vbox
IOS XR VirtualBox Vagrant Image Generation tools
Stars: ✭ 72 (+200%)
Mutual labels:  cisco
netbox automation
Manage netbox configuration with automation. Netbox as a the source of truth: generate an ansible inventory file from Netbox with automation, generate yaml files for ansible playbooks or jinja templates from Netbox with automation
Stars: ✭ 28 (+16.67%)
Mutual labels:  network-automation
Cisco2Checkpoint
Tool that assists in migrating firewall rules from Cisco to Checkpoint. Will optimize rules for you (rationalization, reuse merging, etc.).
Stars: ✭ 19 (-20.83%)
Mutual labels:  cisco
asa cleanup
Cisco ASA Firewall Cleanup Script.
Stars: ✭ 40 (+66.67%)
Mutual labels:  cisco
ARF-Converter
Bulk ARF file converter
Stars: ✭ 15 (-37.5%)
Mutual labels:  cisco
netcfgbu
Network Configuration Backup
Stars: ✭ 93 (+287.5%)
Mutual labels:  network-automation
Fastnetmon
FastNetMon - very fast DDoS sensor with sFlow/Netflow/IPFIX/SPAN support
Stars: ✭ 2,860 (+11816.67%)
Mutual labels:  cisco
cicd-howto
A short howto-guide for implementing CI/CD for Cisco NSO using gitlab
Stars: ✭ 19 (-20.83%)
Mutual labels:  cisco

pyATS Getting Started Guide

This is the pyATS getting started guide and development guide source code. The content of this repository, once reviewed and approved, is published on Cisco DevNet @ https://developer.cisco.com/docs/pyats-getting-started/

Please note that this repository contains WORK IN PROGRESS. We cannot guarantee that the information is accurate until we publish the content to https://developer.cisco.com.

Contributions

Everyone can contribute (open a PR) and/or open issues against the
pyATS documentation in this GitHub repository.

Your changes will be reviewed, and once merged, the main hosted documentation will be updated.

Installation

# requires a python3.6+ environment (any virtual environment or system Python)
cd ~/pyats

# clone this repo
git clone https://github.com/CiscoTestAutomation/getting-started/

# install the required dependencies
pip install -r getting-started/requirement.txt

And you're good to go.

Directory Structure:


source/             folder where all sources are. 
source/index.rst    main entry point

build/              where the output built HTML is

To Build Local docs

# build html
make html

# open the built files
open ./build/html/index.html
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].