![]() |
Open Kilda Java Documentation
|
Public Member Functions | |
void | multiPathTopology () throws Throwable |
void | successfulFlowCreation (final String flowId, final String sourceSwitch, final int sourcePort, final int sourceVlan, final String destinationSwitch, final int destinationPort, final int destinationVlan, final int bandwidth) throws Exception |
void | failedFlowCreation (final String flowId, final String sourceSwitch, final int sourcePort, final int sourceVlan, final String destinationSwitch, final int destinationPort, final int destinationVlan, final int bandwidth) throws Exception |
void | checkFlowCreation (final String flowId, final String sourceSwitch, final int sourcePort, final int sourceVlan, final String destinationSwitch, final int destinationPort, final int destinationVlan, final int bandwidth) throws Exception |
void | checkFlowRead (final String flowId, final String sourceSwitch, final int sourcePort, final int sourceVlan, final String destinationSwitch, final int destinationPort, final int destinationVlan, final int bandwidth) throws Exception |
void | checkFlowUpdate (final String flowId, final String sourceSwitch, final int sourcePort, final int sourceVlan, final String destinationSwitch, final int destinationPort, final int destinationVlan, final int band, final int newBand) throws Exception |
void | checkFlowDeletion (final String flowId, final String sourceSwitch, final int sourcePort, final int sourceVlan, final String destinationSwitch, final int destinationPort, final int destinationVlan, final int bandwidth) throws Exception |
void | checkRulesInstalled (final String flowName) |
void | checkRulesHaveDiscrepancies (final String flowName, int discrepancyCount, String switches) |
void | checkRulesInstall (final String sourceSwitch, final int sourcePort, final int sourceVlan, final String destinationSwitch, final int destinationPort, final int destinationVlan, final int bandwidth) throws Throwable |
void | checkRulesUpdate (final String sourceSwitch, final int sourcePort, final int sourceVlan, final String destinationSwitch, final int destinationPort, final int destinationVlan, final int bandwidth, final int newBandwidth) throws Throwable |
void | checkRulesDeletion (final String sourceSwitch, final int sourcePort, final int sourceVlan, final String destinationSwitch, final int destinationPort, final int destinationVlan, final int bandwidth) throws Throwable |
void | checkTrafficIsForwarded (final String sourceSwitch, final int sourcePort, final int sourceVlan, final String destinationSwitch, final int destinationPort, final int destinationVlan, final int bandwidth) throws Throwable |
void | checkTrafficIsNotForwarded (final String sourceSwitch, final int sourcePort, final int sourceVlan, final String destinationSwitch, final int destinationPort, final int destinationVlan, final int bandwidth) throws Throwable |
void | checkTrafficIsPingable (final String sourceSwitch, final int sourcePort, final int sourceVlan, final String destinationSwitch, final int destinationPort, final int destinationVlan, final int bandwidth) throws Throwable |
void | checkTrafficIsNotPingable (final String sourceSwitch, final int sourcePort, final int sourceVlan, final String destinationSwitch, final int destinationPort, final int destinationVlan, final int bandwidth) throws Throwable |
void | checkFlowCount (int expectedFlowsCount) throws Exception |
void | successfulPushFlowFromResource (String flowId, String flowResource) throws Exception |
Definition at line 63 of file FlowCrudBasicRunTest.java.
void org.openkilda.atdd.FlowCrudBasicRunTest.checkFlowCount | ( | int | expectedFlowsCount | ) | throws Exception |
Definition at line 398 of file FlowCrudBasicRunTest.java.
void org.openkilda.atdd.FlowCrudBasicRunTest.checkFlowCreation | ( | final String | flowId, |
final String | sourceSwitch, | ||
final int | sourcePort, | ||
final int | sourceVlan, | ||
final String | destinationSwitch, | ||
final int | destinationPort, | ||
final int | destinationVlan, | ||
final int | bandwidth | ||
) | throws Exception |
Definition at line 108 of file FlowCrudBasicRunTest.java.
void org.openkilda.atdd.FlowCrudBasicRunTest.checkFlowDeletion | ( | final String | flowId, |
final String | sourceSwitch, | ||
final int | sourcePort, | ||
final int | sourceVlan, | ||
final String | destinationSwitch, | ||
final int | destinationPort, | ||
final int | destinationVlan, | ||
final int | bandwidth | ||
) | throws Exception |
Definition at line 159 of file FlowCrudBasicRunTest.java.
void org.openkilda.atdd.FlowCrudBasicRunTest.checkFlowRead | ( | final String | flowId, |
final String | sourceSwitch, | ||
final int | sourcePort, | ||
final int | sourceVlan, | ||
final String | destinationSwitch, | ||
final int | destinationPort, | ||
final int | destinationVlan, | ||
final int | bandwidth | ||
) | throws Exception |
Definition at line 123 of file FlowCrudBasicRunTest.java.
void org.openkilda.atdd.FlowCrudBasicRunTest.checkFlowUpdate | ( | final String | flowId, |
final String | sourceSwitch, | ||
final int | sourcePort, | ||
final int | sourceVlan, | ||
final String | destinationSwitch, | ||
final int | destinationPort, | ||
final int | destinationVlan, | ||
final int | band, | ||
final int | newBand | ||
) | throws Exception |
Definition at line 143 of file FlowCrudBasicRunTest.java.
void org.openkilda.atdd.FlowCrudBasicRunTest.checkRulesDeletion | ( | final String | sourceSwitch, |
final int | sourcePort, | ||
final int | sourceVlan, | ||
final String | destinationSwitch, | ||
final int | destinationPort, | ||
final int | destinationVlan, | ||
final int | bandwidth | ||
) | throws Throwable |
Definition at line 239 of file FlowCrudBasicRunTest.java.
void org.openkilda.atdd.FlowCrudBasicRunTest.checkRulesHaveDiscrepancies | ( | final String | flowName, |
int | discrepancyCount, | ||
String | switches | ||
) |
Definition at line 206 of file FlowCrudBasicRunTest.java.
void org.openkilda.atdd.FlowCrudBasicRunTest.checkRulesInstall | ( | final String | sourceSwitch, |
final int | sourcePort, | ||
final int | sourceVlan, | ||
final String | destinationSwitch, | ||
final int | destinationPort, | ||
final int | destinationVlan, | ||
final int | bandwidth | ||
) | throws Throwable |
Definition at line 225 of file FlowCrudBasicRunTest.java.
void org.openkilda.atdd.FlowCrudBasicRunTest.checkRulesInstalled | ( | final String | flowName | ) |
Definition at line 184 of file FlowCrudBasicRunTest.java.
void org.openkilda.atdd.FlowCrudBasicRunTest.checkRulesUpdate | ( | final String | sourceSwitch, |
final int | sourcePort, | ||
final int | sourceVlan, | ||
final String | destinationSwitch, | ||
final int | destinationPort, | ||
final int | destinationVlan, | ||
final int | bandwidth, | ||
final int | newBandwidth | ||
) | throws Throwable |
Definition at line 232 of file FlowCrudBasicRunTest.java.
void org.openkilda.atdd.FlowCrudBasicRunTest.checkTrafficIsForwarded | ( | final String | sourceSwitch, |
final int | sourcePort, | ||
final int | sourceVlan, | ||
final String | destinationSwitch, | ||
final int | destinationPort, | ||
final int | destinationVlan, | ||
final int | bandwidth | ||
) | throws Throwable |
Definition at line 359 of file FlowCrudBasicRunTest.java.
void org.openkilda.atdd.FlowCrudBasicRunTest.checkTrafficIsNotForwarded | ( | final String | sourceSwitch, |
final int | sourcePort, | ||
final int | sourceVlan, | ||
final String | destinationSwitch, | ||
final int | destinationPort, | ||
final int | destinationVlan, | ||
final int | bandwidth | ||
) | throws Throwable |
Definition at line 368 of file FlowCrudBasicRunTest.java.
void org.openkilda.atdd.FlowCrudBasicRunTest.checkTrafficIsNotPingable | ( | final String | sourceSwitch, |
final int | sourcePort, | ||
final int | sourceVlan, | ||
final String | destinationSwitch, | ||
final int | destinationPort, | ||
final int | destinationVlan, | ||
final int | bandwidth | ||
) | throws Throwable |
Definition at line 389 of file FlowCrudBasicRunTest.java.
void org.openkilda.atdd.FlowCrudBasicRunTest.checkTrafficIsPingable | ( | final String | sourceSwitch, |
final int | sourcePort, | ||
final int | sourceVlan, | ||
final String | destinationSwitch, | ||
final int | destinationPort, | ||
final int | destinationVlan, | ||
final int | bandwidth | ||
) | throws Throwable |
Definition at line 380 of file FlowCrudBasicRunTest.java.
void org.openkilda.atdd.FlowCrudBasicRunTest.failedFlowCreation | ( | final String | flowId, |
final String | sourceSwitch, | ||
final int | sourcePort, | ||
final int | sourceVlan, | ||
final String | destinationSwitch, | ||
final int | destinationPort, | ||
final int | destinationVlan, | ||
final int | bandwidth | ||
) | throws Exception |
Definition at line 94 of file FlowCrudBasicRunTest.java.
void org.openkilda.atdd.FlowCrudBasicRunTest.multiPathTopology | ( | ) | throws Throwable |
Definition at line 68 of file FlowCrudBasicRunTest.java.
void org.openkilda.atdd.FlowCrudBasicRunTest.successfulFlowCreation | ( | final String | flowId, |
final String | sourceSwitch, | ||
final int | sourcePort, | ||
final int | sourceVlan, | ||
final String | destinationSwitch, | ||
final int | destinationPort, | ||
final int | destinationVlan, | ||
final int | bandwidth | ||
) | throws Exception |
Definition at line 78 of file FlowCrudBasicRunTest.java.
void org.openkilda.atdd.FlowCrudBasicRunTest.successfulPushFlowFromResource | ( | String | flowId, |
String | flowResource | ||
) | throws Exception |
Definition at line 404 of file FlowCrudBasicRunTest.java.