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

Public Member Functions

 FlowIgnoreBandwidthTest ()
 
void availableIslBandwidthsBetweenSwitches (String source, String dest, long expected)
 
void flowIgnoreBandwidthBetweenSwitchesWithBandwidthIsCreated (String source, String dest, int bandwidth) throws InterruptedException
 
void flowHaveIgnoreBandwidthFlag (String source, String dest)
 
void flowHaveIgnoreBandwidthFlagInTe (String source, String dest)
 
void dropCreatedEarlyFlow (String source, String dest) throws FlowOperationException, InterruptedException
 

Detailed Description

Definition at line 28 of file FlowIgnoreBandwidthTest.java.

Constructor & Destructor Documentation

◆ FlowIgnoreBandwidthTest()

org.openkilda.atdd.FlowIgnoreBandwidthTest.FlowIgnoreBandwidthTest ( )

Definition at line 31 of file FlowIgnoreBandwidthTest.java.

Member Function Documentation

◆ availableIslBandwidthsBetweenSwitches()

void org.openkilda.atdd.FlowIgnoreBandwidthTest.availableIslBandwidthsBetweenSwitches ( String  source,
String  dest,
long  expected 
)

Definition at line 37 of file FlowIgnoreBandwidthTest.java.

◆ dropCreatedEarlyFlow()

void org.openkilda.atdd.FlowIgnoreBandwidthTest.dropCreatedEarlyFlow ( String  source,
String  dest 
) throws FlowOperationException, InterruptedException

Definition at line 114 of file FlowIgnoreBandwidthTest.java.

◆ flowHaveIgnoreBandwidthFlag()

void org.openkilda.atdd.FlowIgnoreBandwidthTest.flowHaveIgnoreBandwidthFlag ( String  source,
String  dest 
)

Definition at line 92 of file FlowIgnoreBandwidthTest.java.

◆ flowHaveIgnoreBandwidthFlagInTe()

void org.openkilda.atdd.FlowIgnoreBandwidthTest.flowHaveIgnoreBandwidthFlagInTe ( String  source,
String  dest 
)

Definition at line 102 of file FlowIgnoreBandwidthTest.java.

◆ flowIgnoreBandwidthBetweenSwitchesWithBandwidthIsCreated()

void org.openkilda.atdd.FlowIgnoreBandwidthTest.flowIgnoreBandwidthBetweenSwitchesWithBandwidthIsCreated ( String  source,
String  dest,
int  bandwidth 
) throws InterruptedException

Definition at line 68 of file FlowIgnoreBandwidthTest.java.


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