tree: dc10ff3b634baff01d165dea2affdcf7a2ec7386 [path history] [tgz]
  1. 2x2.json
  2. 4x4.json
  3. README.md
  4. USECASE_SegmentRouting.params
  5. USECASE_SegmentRouting.py
  6. USECASE_SegmentRouting.topo
  7. __init__.py
  8. dependencies/
TestON/tests/USECASE/USECASE_SegmentRouting/README.md

This test is designed to verify basic connectivity the SegmentRouting application via pingaall.

It consists of

  1. Configure and Install ONOS
  2. Start Mininet and check flow state
  3. Test connectivity

Requirements

  • A single ONOS instance is required for the test, the application is currently not stable in a cluster as of today.
  • An updated version of the CPQD switch has to be running to make sure it supports group chaining.

Step 1: In this step, we copy config file to ONOS, next we package ONOS and install it in the target machine.

Step 2:

In this step we start the topology, connect to ONOS

Step:3

Here, we send several pings between hosts to test connectivity.

Then Steps are repeated for different configurations and topologies.

Configurations:
 1) APPS=openflow-base,netcfghostprovider,netcfglinksprovider
 2) APPS=openflow

Topologies:
 1) 2x2 Leaf-Spine
 2) 4x4 Leaf-Spine