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

Public Member Functions

 SwitchConfigurationTest () throws Exception
 
void changePortStatus (String portStatus, String switchName, int portNumber)
 
void checkPortStatus (String switchName, int portNumber, String portStatus) throws Exception
 
void allPortStatusesForSwitchAreUp (String switchName, String portStatus) throws FloodlightQueryException
 
void allPortStatusesForSwitchExceptForPortAreUp (String switchName, int portNumber, String portStatus) throws Throwable
 

Detailed Description

Definition at line 36 of file SwitchConfigurationTest.java.

Constructor & Destructor Documentation

◆ SwitchConfigurationTest()

org.openkilda.atdd.SwitchConfigurationTest.SwitchConfigurationTest ( ) throws Exception

Definition at line 40 of file SwitchConfigurationTest.java.

Member Function Documentation

◆ allPortStatusesForSwitchAreUp()

void org.openkilda.atdd.SwitchConfigurationTest.allPortStatusesForSwitchAreUp ( String  switchName,
String  portStatus 
) throws FloodlightQueryException

Definition at line 70 of file SwitchConfigurationTest.java.

◆ allPortStatusesForSwitchExceptForPortAreUp()

void org.openkilda.atdd.SwitchConfigurationTest.allPortStatusesForSwitchExceptForPortAreUp ( String  switchName,
int  portNumber,
String  portStatus 
) throws Throwable

Definition at line 76 of file SwitchConfigurationTest.java.

◆ changePortStatus()

void org.openkilda.atdd.SwitchConfigurationTest.changePortStatus ( String  portStatus,
String  switchName,
int  portNumber 
)

Definition at line 45 of file SwitchConfigurationTest.java.

◆ checkPortStatus()

void org.openkilda.atdd.SwitchConfigurationTest.checkPortStatus ( String  switchName,
int  portNumber,
String  portStatus 
) throws Exception

Definition at line 52 of file SwitchConfigurationTest.java.


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