Skip to content

A Network Test Automation testing framework with Robot Framework and Python on a virtualized CLOS Architecture in a Data Center

Notifications You must be signed in to change notification settings

aifakhri/network-test-automation-robotframework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Test Automation with Robotframework

Introduction

This is a simulated Network Testing Automation framework. The use case here is based on a virtual Arista vEOS in a virtual CLOS topology. Please find here to build the use case network topology.

How To Use

if you have built the virtual use case above. You could run this test through the program_runner.py files. Here are the option available:

  • Running Tests Cases for All devices in The Network
python program_runner.py
  • Running Tests Only for Leaf or Spine Switces in The Network
python program_runner.py -d leaf 
python program_runner.py -d spine 
  • Running Tests for One Device
python program_runner.py -d veosleaf01

For the other individual device name you could check with python program_runner.py -h

About

A Network Test Automation testing framework with Robot Framework and Python on a virtualized CLOS Architecture in a Data Center

Topics

Resources

Stars

Watchers

Forks