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

Public Member Functions

void multiPathTopology () throws Throwable
 
void successfulFlowCreation (String flowId) throws Throwable
 
void trafficFlows (String flowId) throws Throwable
 
void trafficNotFlows (String flowId) throws Throwable
 
void flowPathIsShortest (String flowId) throws Throwable
 
void flowPathIsAlternate (String flowId) throws Throwable
 
void switchPortDisable (String switchId, int portNo) throws Throwable
 
void switchPortEnable (String switchId, int portNo) throws Throwable
 
void switchDisconnected (String switchId) throws Exception
 
void switchConnected (String switchId) throws Exception
 
void anIslSwitchPortFails (String switchId, int portNo) throws Throwable
 
void anIslSwitchPortDiscovered (String switchId, int portNo) throws Throwable
 

Detailed Description

Definition at line 52 of file FlowFfrTest.java.

Member Function Documentation

◆ anIslSwitchPortDiscovered()

void org.openkilda.atdd.FlowFfrTest.anIslSwitchPortDiscovered ( String  switchId,
int  portNo 
) throws Throwable

Definition at line 161 of file FlowFfrTest.java.

◆ anIslSwitchPortFails()

void org.openkilda.atdd.FlowFfrTest.anIslSwitchPortFails ( String  switchId,
int  portNo 
) throws Throwable

Definition at line 154 of file FlowFfrTest.java.

◆ flowPathIsAlternate()

void org.openkilda.atdd.FlowFfrTest.flowPathIsAlternate ( String  flowId) throws Throwable

Definition at line 114 of file FlowFfrTest.java.

◆ flowPathIsShortest()

void org.openkilda.atdd.FlowFfrTest.flowPathIsShortest ( String  flowId) throws Throwable

Definition at line 103 of file FlowFfrTest.java.

◆ multiPathTopology()

void org.openkilda.atdd.FlowFfrTest.multiPathTopology ( ) throws Throwable

Definition at line 63 of file FlowFfrTest.java.

◆ successfulFlowCreation()

void org.openkilda.atdd.FlowFfrTest.successfulFlowCreation ( String  flowId) throws Throwable

Definition at line 77 of file FlowFfrTest.java.

◆ switchConnected()

void org.openkilda.atdd.FlowFfrTest.switchConnected ( String  switchId) throws Exception

Definition at line 146 of file FlowFfrTest.java.

◆ switchDisconnected()

void org.openkilda.atdd.FlowFfrTest.switchDisconnected ( String  switchId) throws Exception

Definition at line 139 of file FlowFfrTest.java.

◆ switchPortDisable()

void org.openkilda.atdd.FlowFfrTest.switchPortDisable ( String  switchId,
int  portNo 
) throws Throwable

Definition at line 125 of file FlowFfrTest.java.

◆ switchPortEnable()

void org.openkilda.atdd.FlowFfrTest.switchPortEnable ( String  switchId,
int  portNo 
) throws Throwable

Definition at line 132 of file FlowFfrTest.java.

◆ trafficFlows()

void org.openkilda.atdd.FlowFfrTest.trafficFlows ( String  flowId) throws Throwable

Definition at line 93 of file FlowFfrTest.java.

◆ trafficNotFlows()

void org.openkilda.atdd.FlowFfrTest.trafficNotFlows ( String  flowId) throws Throwable

Definition at line 98 of file FlowFfrTest.java.


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