Open Kilda Java Documentation
org.openkilda.floodlight.switchmanager.SwitchManagerTest Class Reference

Public Member Functions

void setUp () throws FloodlightModuleException
 
void installDefaultRules () throws Exception
 
void installIngressFlowReplaceAction () throws Exception
 
void installIngressFlowPopAction () throws Exception
 
void installIngressFlowPushAction () throws Exception
 
void installIngressFlowNoneAction () throws Exception
 
void installEgressFlowNoneAction () throws Exception
 
void installEgressFlowPushAction () throws Exception
 
void installEgressFlowPopAction () throws Exception
 
void installEgressFlowReplaceAction () throws Exception
 
void installTransitFlow () throws Exception
 
void installOneSwitchFlowReplaceAction () throws Exception
 
void installOneSwitchFlowPushAction () throws Exception
 
void installOneSwitchFlowPopAction () throws Exception
 
void installOneSwitchFlowNoneAction () throws Exception
 
void dumpFlowTable () throws Exception
 
void dumpMeters () throws Exception
 
void installBandwidthMeter () throws Exception
 
void deleteMeter () throws SwitchOperationException
 
void shouldDeleteAllNonDefaultRules () throws Exception
 
void shouldDeleteDefaultRules () throws Exception
 
void shouldDeleteRuleByCookie () throws Exception
 
void shouldDeleteRuleByInPort () throws Exception
 
void shouldDeleteRuleByInVlan () throws Exception
 
void shouldDeleteRuleByInPortAndVlan () throws Exception
 
void shouldDeleteRuleByPriority () throws Exception
 
void shouldDeleteRuleByInPortVlanAndPriority () throws Exception
 
void shouldDeleteRuleByOutPort () throws Exception
 

Detailed Description

Definition at line 85 of file SwitchManagerTest.java.

Member Function Documentation

◆ deleteMeter()

void org.openkilda.floodlight.switchmanager.SwitchManagerTest.deleteMeter ( ) throws SwitchOperationException

Definition at line 301 of file SwitchManagerTest.java.

◆ dumpFlowTable()

void org.openkilda.floodlight.switchmanager.SwitchManagerTest.dumpFlowTable ( ) throws Exception

Definition at line 273 of file SwitchManagerTest.java.

◆ dumpMeters()

void org.openkilda.floodlight.switchmanager.SwitchManagerTest.dumpMeters ( ) throws Exception

Definition at line 278 of file SwitchManagerTest.java.

◆ installBandwidthMeter()

void org.openkilda.floodlight.switchmanager.SwitchManagerTest.installBandwidthMeter ( ) throws Exception

Definition at line 283 of file SwitchManagerTest.java.

◆ installDefaultRules()

void org.openkilda.floodlight.switchmanager.SwitchManagerTest.installDefaultRules ( ) throws Exception

Definition at line 113 of file SwitchManagerTest.java.

◆ installEgressFlowNoneAction()

void org.openkilda.floodlight.switchmanager.SwitchManagerTest.installEgressFlowNoneAction ( ) throws Exception

Definition at line 166 of file SwitchManagerTest.java.

◆ installEgressFlowPopAction()

void org.openkilda.floodlight.switchmanager.SwitchManagerTest.installEgressFlowPopAction ( ) throws Exception

Definition at line 190 of file SwitchManagerTest.java.

◆ installEgressFlowPushAction()

void org.openkilda.floodlight.switchmanager.SwitchManagerTest.installEgressFlowPushAction ( ) throws Exception

Definition at line 178 of file SwitchManagerTest.java.

◆ installEgressFlowReplaceAction()

void org.openkilda.floodlight.switchmanager.SwitchManagerTest.installEgressFlowReplaceAction ( ) throws Exception

Definition at line 202 of file SwitchManagerTest.java.

◆ installIngressFlowNoneAction()

void org.openkilda.floodlight.switchmanager.SwitchManagerTest.installIngressFlowNoneAction ( ) throws Exception

Definition at line 154 of file SwitchManagerTest.java.

◆ installIngressFlowPopAction()

void org.openkilda.floodlight.switchmanager.SwitchManagerTest.installIngressFlowPopAction ( ) throws Exception

Definition at line 130 of file SwitchManagerTest.java.

◆ installIngressFlowPushAction()

void org.openkilda.floodlight.switchmanager.SwitchManagerTest.installIngressFlowPushAction ( ) throws Exception

Definition at line 142 of file SwitchManagerTest.java.

◆ installIngressFlowReplaceAction()

void org.openkilda.floodlight.switchmanager.SwitchManagerTest.installIngressFlowReplaceAction ( ) throws Exception

Definition at line 118 of file SwitchManagerTest.java.

◆ installOneSwitchFlowNoneAction()

void org.openkilda.floodlight.switchmanager.SwitchManagerTest.installOneSwitchFlowNoneAction ( ) throws Exception

Definition at line 261 of file SwitchManagerTest.java.

◆ installOneSwitchFlowPopAction()

void org.openkilda.floodlight.switchmanager.SwitchManagerTest.installOneSwitchFlowPopAction ( ) throws Exception

Definition at line 249 of file SwitchManagerTest.java.

◆ installOneSwitchFlowPushAction()

void org.openkilda.floodlight.switchmanager.SwitchManagerTest.installOneSwitchFlowPushAction ( ) throws Exception

Definition at line 237 of file SwitchManagerTest.java.

◆ installOneSwitchFlowReplaceAction()

void org.openkilda.floodlight.switchmanager.SwitchManagerTest.installOneSwitchFlowReplaceAction ( ) throws Exception

Definition at line 225 of file SwitchManagerTest.java.

◆ installTransitFlow()

void org.openkilda.floodlight.switchmanager.SwitchManagerTest.installTransitFlow ( ) throws Exception

Definition at line 214 of file SwitchManagerTest.java.

◆ setUp()

void org.openkilda.floodlight.switchmanager.SwitchManagerTest.setUp ( ) throws FloodlightModuleException

Definition at line 98 of file SwitchManagerTest.java.

◆ shouldDeleteAllNonDefaultRules()

void org.openkilda.floodlight.switchmanager.SwitchManagerTest.shouldDeleteAllNonDefaultRules ( ) throws Exception

Definition at line 310 of file SwitchManagerTest.java.

◆ shouldDeleteDefaultRules()

void org.openkilda.floodlight.switchmanager.SwitchManagerTest.shouldDeleteDefaultRules ( ) throws Exception

Definition at line 343 of file SwitchManagerTest.java.

◆ shouldDeleteRuleByCookie()

void org.openkilda.floodlight.switchmanager.SwitchManagerTest.shouldDeleteRuleByCookie ( ) throws Exception

Definition at line 375 of file SwitchManagerTest.java.

◆ shouldDeleteRuleByInPort()

void org.openkilda.floodlight.switchmanager.SwitchManagerTest.shouldDeleteRuleByInPort ( ) throws Exception

Definition at line 409 of file SwitchManagerTest.java.

◆ shouldDeleteRuleByInPortAndVlan()

void org.openkilda.floodlight.switchmanager.SwitchManagerTest.shouldDeleteRuleByInPortAndVlan ( ) throws Exception

Definition at line 481 of file SwitchManagerTest.java.

◆ shouldDeleteRuleByInPortVlanAndPriority()

void org.openkilda.floodlight.switchmanager.SwitchManagerTest.shouldDeleteRuleByInPortVlanAndPriority ( ) throws Exception

Definition at line 557 of file SwitchManagerTest.java.

◆ shouldDeleteRuleByInVlan()

void org.openkilda.floodlight.switchmanager.SwitchManagerTest.shouldDeleteRuleByInVlan ( ) throws Exception

Definition at line 445 of file SwitchManagerTest.java.

◆ shouldDeleteRuleByOutPort()

void org.openkilda.floodlight.switchmanager.SwitchManagerTest.shouldDeleteRuleByOutPort ( ) throws Exception

Definition at line 599 of file SwitchManagerTest.java.

◆ shouldDeleteRuleByPriority()

void org.openkilda.floodlight.switchmanager.SwitchManagerTest.shouldDeleteRuleByPriority ( ) throws Exception

Definition at line 520 of file SwitchManagerTest.java.


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