![]() |
Open Kilda Java Documentation
|
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 |
Definition at line 36 of file SwitchConfigurationTest.java.
| org.openkilda.atdd.SwitchConfigurationTest.SwitchConfigurationTest | ( | ) | throws Exception |
Definition at line 40 of file SwitchConfigurationTest.java.
| void org.openkilda.atdd.SwitchConfigurationTest.allPortStatusesForSwitchAreUp | ( | String | switchName, |
| String | portStatus | ||
| ) | throws FloodlightQueryException |
Definition at line 70 of file SwitchConfigurationTest.java.
| void org.openkilda.atdd.SwitchConfigurationTest.allPortStatusesForSwitchExceptForPortAreUp | ( | String | switchName, |
| int | portNumber, | ||
| String | portStatus | ||
| ) | throws Throwable |
Definition at line 76 of file SwitchConfigurationTest.java.
| void org.openkilda.atdd.SwitchConfigurationTest.changePortStatus | ( | String | portStatus, |
| String | switchName, | ||
| int | portNumber | ||
| ) |
Definition at line 45 of file SwitchConfigurationTest.java.
| void org.openkilda.atdd.SwitchConfigurationTest.checkPortStatus | ( | String | switchName, |
| int | portNumber, | ||
| String | portStatus | ||
| ) | throws Exception |
Definition at line 52 of file SwitchConfigurationTest.java.