![]() |
Open Kilda Java Documentation
|
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 |
Definition at line 60 of file StormTopologyLcm.java.
org.openkilda.atdd.StormTopologyLcm.StormTopologyLcm | ( | ) | throws Exception |
Definition at line 70 of file StormTopologyLcm.java.
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.
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.
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.
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.
void org.openkilda.atdd.StormTopologyLcm.trafficFlowsThroughFlow | ( | ) | throws Throwable |
Definition at line 175 of file StormTopologyLcm.java.