Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 935 Bytes

File metadata and controls

25 lines (21 loc) · 935 Bytes

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