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

Public Member Functions

void multiPathTopology ()
 
void checkAvailableBandwidth (long expectedAvailableBandwidth) throws InterruptedException
 
void checkShortestPathAvailableBandwidthDecreased (long expectedAvailableBandwidth) throws InterruptedException
 
void checkAlternativePathAvailableBandwidthDecreased (long expectedAvailableBandwidth) throws InterruptedException
 
void flowPathCorrect (String flowId, String sourceSwitch, int sourcePort, int sourceVlan, String destinationSwitch, int destinationPort, int destinationVlan, long bandwidth) throws UnroutablePathException, InterruptedException, RecoverableException
 
void topologyContainsLinks (int expectedLinks) throws InterruptedException
 
void deleteMininetTopology ()
 
void secondsPassed (int timeout) throws InterruptedException
 
void flowRestoredHasValidLastUpdatedTimestamp (String flowId) throws Throwable
 
void flowRestore ()
 

Detailed Description

Definition at line 53 of file FlowPathTest.java.

Member Function Documentation

◆ checkAlternativePathAvailableBandwidthDecreased()

void org.openkilda.atdd.FlowPathTest.checkAlternativePathAvailableBandwidthDecreased ( long  expectedAvailableBandwidth) throws InterruptedException

Definition at line 138 of file FlowPathTest.java.

◆ checkAvailableBandwidth()

void org.openkilda.atdd.FlowPathTest.checkAvailableBandwidth ( long  expectedAvailableBandwidth) throws InterruptedException

Definition at line 117 of file FlowPathTest.java.

◆ checkShortestPathAvailableBandwidthDecreased()

void org.openkilda.atdd.FlowPathTest.checkShortestPathAvailableBandwidthDecreased ( long  expectedAvailableBandwidth) throws InterruptedException

Definition at line 128 of file FlowPathTest.java.

◆ deleteMininetTopology()

void org.openkilda.atdd.FlowPathTest.deleteMininetTopology ( )

Definition at line 201 of file FlowPathTest.java.

◆ flowPathCorrect()

void org.openkilda.atdd.FlowPathTest.flowPathCorrect ( String  flowId,
String  sourceSwitch,
int  sourcePort,
int  sourceVlan,
String  destinationSwitch,
int  destinationPort,
int  destinationVlan,
long  bandwidth 
) throws UnroutablePathException, InterruptedException, RecoverableException

Definition at line 148 of file FlowPathTest.java.

◆ flowRestore()

void org.openkilda.atdd.FlowPathTest.flowRestore ( )

Definition at line 235 of file FlowPathTest.java.

◆ flowRestoredHasValidLastUpdatedTimestamp()

void org.openkilda.atdd.FlowPathTest.flowRestoredHasValidLastUpdatedTimestamp ( String  flowId) throws Throwable

Definition at line 214 of file FlowPathTest.java.

◆ multiPathTopology()

void org.openkilda.atdd.FlowPathTest.multiPathTopology ( )

Definition at line 100 of file FlowPathTest.java.

◆ secondsPassed()

void org.openkilda.atdd.FlowPathTest.secondsPassed ( int  timeout) throws InterruptedException

Definition at line 206 of file FlowPathTest.java.

◆ topologyContainsLinks()

void org.openkilda.atdd.FlowPathTest.topologyContainsLinks ( int  expectedLinks) throws InterruptedException

Definition at line 170 of file FlowPathTest.java.


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