![]() |
Open Kilda Java Documentation
|
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 () |
Definition at line 53 of file FlowPathTest.java.
| void org.openkilda.atdd.FlowPathTest.checkAlternativePathAvailableBandwidthDecreased | ( | long | expectedAvailableBandwidth | ) | throws InterruptedException |
Definition at line 138 of file FlowPathTest.java.
| void org.openkilda.atdd.FlowPathTest.checkAvailableBandwidth | ( | long | expectedAvailableBandwidth | ) | throws InterruptedException |
Definition at line 117 of file FlowPathTest.java.
| void org.openkilda.atdd.FlowPathTest.checkShortestPathAvailableBandwidthDecreased | ( | long | expectedAvailableBandwidth | ) | throws InterruptedException |
Definition at line 128 of file FlowPathTest.java.
| void org.openkilda.atdd.FlowPathTest.deleteMininetTopology | ( | ) |
Definition at line 201 of file FlowPathTest.java.
| 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.
| void org.openkilda.atdd.FlowPathTest.flowRestore | ( | ) |
Definition at line 235 of file FlowPathTest.java.
| void org.openkilda.atdd.FlowPathTest.flowRestoredHasValidLastUpdatedTimestamp | ( | String | flowId | ) | throws Throwable |
Definition at line 214 of file FlowPathTest.java.
| void org.openkilda.atdd.FlowPathTest.multiPathTopology | ( | ) |
Definition at line 100 of file FlowPathTest.java.
| void org.openkilda.atdd.FlowPathTest.secondsPassed | ( | int | timeout | ) | throws InterruptedException |
Definition at line 206 of file FlowPathTest.java.
| void org.openkilda.atdd.FlowPathTest.topologyContainsLinks | ( | int | expectedLinks | ) | throws InterruptedException |
Definition at line 170 of file FlowPathTest.java.