![]() |
Open Kilda Java Documentation
|
Public Member Functions | |
| void | multiPathTopology () throws Throwable |
| void | successfulFlowCreation (String flowId) throws Throwable |
| void | trafficFlows (String flowId) throws Throwable |
| void | trafficNotFlows (String flowId) throws Throwable |
| void | flowPathIsShortest (String flowId) throws Throwable |
| void | flowPathIsAlternate (String flowId) throws Throwable |
| void | switchPortDisable (String switchId, int portNo) throws Throwable |
| void | switchPortEnable (String switchId, int portNo) throws Throwable |
| void | switchDisconnected (String switchId) throws Exception |
| void | switchConnected (String switchId) throws Exception |
| void | anIslSwitchPortFails (String switchId, int portNo) throws Throwable |
| void | anIslSwitchPortDiscovered (String switchId, int portNo) throws Throwable |
Definition at line 52 of file FlowFfrTest.java.
| void org.openkilda.atdd.FlowFfrTest.anIslSwitchPortDiscovered | ( | String | switchId, |
| int | portNo | ||
| ) | throws Throwable |
Definition at line 161 of file FlowFfrTest.java.
| void org.openkilda.atdd.FlowFfrTest.anIslSwitchPortFails | ( | String | switchId, |
| int | portNo | ||
| ) | throws Throwable |
Definition at line 154 of file FlowFfrTest.java.
| void org.openkilda.atdd.FlowFfrTest.flowPathIsAlternate | ( | String | flowId | ) | throws Throwable |
Definition at line 114 of file FlowFfrTest.java.
| void org.openkilda.atdd.FlowFfrTest.flowPathIsShortest | ( | String | flowId | ) | throws Throwable |
Definition at line 103 of file FlowFfrTest.java.
| void org.openkilda.atdd.FlowFfrTest.multiPathTopology | ( | ) | throws Throwable |
Definition at line 63 of file FlowFfrTest.java.
| void org.openkilda.atdd.FlowFfrTest.successfulFlowCreation | ( | String | flowId | ) | throws Throwable |
Definition at line 77 of file FlowFfrTest.java.
| void org.openkilda.atdd.FlowFfrTest.switchConnected | ( | String | switchId | ) | throws Exception |
Definition at line 146 of file FlowFfrTest.java.
| void org.openkilda.atdd.FlowFfrTest.switchDisconnected | ( | String | switchId | ) | throws Exception |
Definition at line 139 of file FlowFfrTest.java.
| void org.openkilda.atdd.FlowFfrTest.switchPortDisable | ( | String | switchId, |
| int | portNo | ||
| ) | throws Throwable |
Definition at line 125 of file FlowFfrTest.java.
| void org.openkilda.atdd.FlowFfrTest.switchPortEnable | ( | String | switchId, |
| int | portNo | ||
| ) | throws Throwable |
Definition at line 132 of file FlowFfrTest.java.
| void org.openkilda.atdd.FlowFfrTest.trafficFlows | ( | String | flowId | ) | throws Throwable |
Definition at line 93 of file FlowFfrTest.java.
| void org.openkilda.atdd.FlowFfrTest.trafficNotFlows | ( | String | flowId | ) | throws Throwable |
Definition at line 98 of file FlowFfrTest.java.