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

Public Member Functions

void checkFlowPath (final String flowId)
 
void checkFlowStatus (final String flowId) throws Exception
 
void checkDumpFlows (final int flowCount)
 
void healthCheck () throws Throwable
 
void flowState (String flowId, String state) throws Throwable
 
void deleteAllNonDefaultRules (String switchId, int deletedFlowsCount)
 
void deleteAllDefaultRules (String switchId, int deletedFlowsCount)
 
void deleteRulesByInPort (int inPort, String switchId, int deletedFlowsCount)
 
void deleteRulesByInPortVlan (int inPort, int inVlan, String switchId, int deletedFlowsCount)
 
void deleteRulesByInVlan (int inVlan, String switchId, int deletedFlowsCount)
 
void deleteRulesByOutPort (int outPort, String switchId, int deletedFlowsCount)
 
void synchronizeFlowCache (final int droppedFlowsCount)
 
void invalidateFlowCache (final int droppedFlowsCount)
 
void deleteFlowFromDbViaTe (final String flowName)
 
void validateSwitchRules (String switchId)
 
void validateSwitchWithMissingRules (String switchId, int missingRulesCount)
 
void validateSwitchWithExcessiveRules (String switchId, int excessiveRulesCount)
 
void synchronizeSwitchWithInstalledRules (String switchId, int installedRulesCount)
 
void checkThatRulesAreInstalled (String ruleCookies, String switchId)
 
void checkThatNoRulesAreInstalled (String switchId)
 

Detailed Description

Definition at line 48 of file NorthboundRunTest.java.

Member Function Documentation

◆ checkDumpFlows()

void org.openkilda.atdd.NorthboundRunTest.checkDumpFlows ( final int  flowCount)

Definition at line 83 of file NorthboundRunTest.java.

◆ checkFlowPath()

void org.openkilda.atdd.NorthboundRunTest.checkFlowPath ( final String  flowId)

Definition at line 60 of file NorthboundRunTest.java.

◆ checkFlowStatus()

void org.openkilda.atdd.NorthboundRunTest.checkFlowStatus ( final String  flowId) throws Exception

Definition at line 72 of file NorthboundRunTest.java.

◆ checkThatNoRulesAreInstalled()

void org.openkilda.atdd.NorthboundRunTest.checkThatNoRulesAreInstalled ( String  switchId)

Definition at line 226 of file NorthboundRunTest.java.

◆ checkThatRulesAreInstalled()

void org.openkilda.atdd.NorthboundRunTest.checkThatRulesAreInstalled ( String  ruleCookies,
String  switchId 
)

Definition at line 215 of file NorthboundRunTest.java.

◆ deleteAllDefaultRules()

void org.openkilda.atdd.NorthboundRunTest.deleteAllDefaultRules ( String  switchId,
int  deletedFlowsCount 
)

Definition at line 114 of file NorthboundRunTest.java.

◆ deleteAllNonDefaultRules()

void org.openkilda.atdd.NorthboundRunTest.deleteAllNonDefaultRules ( String  switchId,
int  deletedFlowsCount 
)

Definition at line 106 of file NorthboundRunTest.java.

◆ deleteFlowFromDbViaTe()

void org.openkilda.atdd.NorthboundRunTest.deleteFlowFromDbViaTe ( final String  flowName)

Definition at line 169 of file NorthboundRunTest.java.

◆ deleteRulesByInPort()

void org.openkilda.atdd.NorthboundRunTest.deleteRulesByInPort ( int  inPort,
String  switchId,
int  deletedFlowsCount 
)

Definition at line 122 of file NorthboundRunTest.java.

◆ deleteRulesByInPortVlan()

void org.openkilda.atdd.NorthboundRunTest.deleteRulesByInPortVlan ( int  inPort,
int  inVlan,
String  switchId,
int  deletedFlowsCount 
)

Definition at line 131 of file NorthboundRunTest.java.

◆ deleteRulesByInVlan()

void org.openkilda.atdd.NorthboundRunTest.deleteRulesByInVlan ( int  inVlan,
String  switchId,
int  deletedFlowsCount 
)

Definition at line 139 of file NorthboundRunTest.java.

◆ deleteRulesByOutPort()

void org.openkilda.atdd.NorthboundRunTest.deleteRulesByOutPort ( int  outPort,
String  switchId,
int  deletedFlowsCount 
)

Definition at line 147 of file NorthboundRunTest.java.

◆ flowState()

void org.openkilda.atdd.NorthboundRunTest.flowState ( String  flowId,
String  state 
) throws Throwable

Definition at line 96 of file NorthboundRunTest.java.

◆ healthCheck()

void org.openkilda.atdd.NorthboundRunTest.healthCheck ( ) throws Throwable

Definition at line 91 of file NorthboundRunTest.java.

◆ invalidateFlowCache()

void org.openkilda.atdd.NorthboundRunTest.invalidateFlowCache ( final int  droppedFlowsCount)

Definition at line 162 of file NorthboundRunTest.java.

◆ synchronizeFlowCache()

void org.openkilda.atdd.NorthboundRunTest.synchronizeFlowCache ( final int  droppedFlowsCount)

Definition at line 155 of file NorthboundRunTest.java.

◆ synchronizeSwitchWithInstalledRules()

void org.openkilda.atdd.NorthboundRunTest.synchronizeSwitchWithInstalledRules ( String  switchId,
int  installedRulesCount 
)

Definition at line 206 of file NorthboundRunTest.java.

◆ validateSwitchRules()

void org.openkilda.atdd.NorthboundRunTest.validateSwitchRules ( String  switchId)

Definition at line 177 of file NorthboundRunTest.java.

◆ validateSwitchWithExcessiveRules()

void org.openkilda.atdd.NorthboundRunTest.validateSwitchWithExcessiveRules ( String  switchId,
int  excessiveRulesCount 
)

Definition at line 196 of file NorthboundRunTest.java.

◆ validateSwitchWithMissingRules()

void org.openkilda.atdd.NorthboundRunTest.validateSwitchWithMissingRules ( String  switchId,
int  missingRulesCount 
)

Definition at line 186 of file NorthboundRunTest.java.


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