Open Kilda Java Documentation
org.openkilda.atdd.StormTopologyLcm Class Reference

Public Member Functions

 StormTopologyLcm () throws Exception
 
void reloadStormTopologies () throws Exception
 
void activeSimpleNetworkTopologyWithTwoSwitchesAndFlow () throws Throwable
 
void networkTopologyInTheSameState () throws Throwable
 
void allStormTopologiesInTheSameState () throws Throwable
 
void trafficFlowsThroughFlow () throws Throwable
 

Detailed Description

Definition at line 60 of file StormTopologyLcm.java.

Constructor & Destructor Documentation

◆ StormTopologyLcm()

org.openkilda.atdd.StormTopologyLcm.StormTopologyLcm ( ) throws Exception

Definition at line 70 of file StormTopologyLcm.java.

Member Function Documentation

◆ activeSimpleNetworkTopologyWithTwoSwitchesAndFlow()

void org.openkilda.atdd.StormTopologyLcm.activeSimpleNetworkTopologyWithTwoSwitchesAndFlow ( ) throws Throwable

Test initial function, clear all then load basic network topology and create flow.

Definition at line 96 of file StormTopologyLcm.java.

◆ allStormTopologiesInTheSameState()

void org.openkilda.atdd.StormTopologyLcm.allStormTopologiesInTheSameState ( ) throws Throwable

We compare old inner state of cache bolt and OFELinkBolt with new state after reload topologies.

Definition at line 156 of file StormTopologyLcm.java.

◆ networkTopologyInTheSameState()

void org.openkilda.atdd.StormTopologyLcm.networkTopologyInTheSameState ( ) throws Throwable

Just check that flow is here and it in UP state.

Definition at line 136 of file StormTopologyLcm.java.

◆ reloadStormTopologies()

void org.openkilda.atdd.StormTopologyLcm.reloadStormTopologies ( ) throws Exception

We restart wfm container which kill all storm topologies and send new to storm.

Definition at line 85 of file StormTopologyLcm.java.

◆ trafficFlowsThroughFlow()

void org.openkilda.atdd.StormTopologyLcm.trafficFlowsThroughFlow ( ) throws Throwable

Definition at line 175 of file StormTopologyLcm.java.


The documentation for this class was generated from the following file: