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

Public Member Functions

void setUp ()
 
void multipleLinksExistBetweenAllSwitches () throws Exception
 
void linkIsDroppedInTheMiddle () throws Exception
 
void the_link_will_have_no_health_checks () throws Exception
 
void theLinkDisappearsFromTheTopologyEngine (int timeout) throws Exception
 
void linkIsAddedInTheMiddle () throws Exception
 
void the_link_will_have_health_checks () throws Exception
 
void theLinkAppearsInTheTopologyEngine () throws Exception
 
void switchIsDroppedInTheMiddle () throws Exception
 
void allLinksThroughTheDroppedSwitchWillHaveNoHealthChecks () throws Exception
 
void theLinksDisappearFromTheTopologyEngine () throws Exception
 
void theSwitchDisappearsFromTheTopologyEngine () throws Exception
 
void switchIsAddedAtTheEdge () throws Exception
 
void linksAreAddedBetweenTheNewSwitchAndItsNeighbor () throws Exception
 
void allLinksThroughTheAddedSwitchWillHaveHealthChecks () throws Exception
 
void theSwitchAppearsInTheTopologyEngine (int switches) throws Exception
 

Detailed Description

Created by carmine on 5/1/17.

Definition at line 54 of file TopologyEventsBasicTest.java.

Member Function Documentation

◆ allLinksThroughTheAddedSwitchWillHaveHealthChecks()

void org.openkilda.atdd.TopologyEventsBasicTest.allLinksThroughTheAddedSwitchWillHaveHealthChecks ( ) throws Exception

Definition at line 214 of file TopologyEventsBasicTest.java.

◆ allLinksThroughTheDroppedSwitchWillHaveNoHealthChecks()

void org.openkilda.atdd.TopologyEventsBasicTest.allLinksThroughTheDroppedSwitchWillHaveNoHealthChecks ( ) throws Exception

Definition at line 155 of file TopologyEventsBasicTest.java.

◆ linkIsAddedInTheMiddle()

void org.openkilda.atdd.TopologyEventsBasicTest.linkIsAddedInTheMiddle ( ) throws Exception

Definition at line 117 of file TopologyEventsBasicTest.java.

◆ linkIsDroppedInTheMiddle()

void org.openkilda.atdd.TopologyEventsBasicTest.linkIsDroppedInTheMiddle ( ) throws Exception

Definition at line 81 of file TopologyEventsBasicTest.java.

◆ linksAreAddedBetweenTheNewSwitchAndItsNeighbor()

void org.openkilda.atdd.TopologyEventsBasicTest.linksAreAddedBetweenTheNewSwitchAndItsNeighbor ( ) throws Exception

Definition at line 192 of file TopologyEventsBasicTest.java.

◆ multipleLinksExistBetweenAllSwitches()

void org.openkilda.atdd.TopologyEventsBasicTest.multipleLinksExistBetweenAllSwitches ( ) throws Exception

Definition at line 64 of file TopologyEventsBasicTest.java.

◆ setUp()

void org.openkilda.atdd.TopologyEventsBasicTest.setUp ( )

Definition at line 59 of file TopologyEventsBasicTest.java.

◆ switchIsAddedAtTheEdge()

void org.openkilda.atdd.TopologyEventsBasicTest.switchIsAddedAtTheEdge ( ) throws Exception

Definition at line 185 of file TopologyEventsBasicTest.java.

◆ switchIsDroppedInTheMiddle()

void org.openkilda.atdd.TopologyEventsBasicTest.switchIsDroppedInTheMiddle ( ) throws Exception

Definition at line 140 of file TopologyEventsBasicTest.java.

◆ the_link_will_have_health_checks()

void org.openkilda.atdd.TopologyEventsBasicTest.the_link_will_have_health_checks ( ) throws Exception

Definition at line 128 of file TopologyEventsBasicTest.java.

◆ the_link_will_have_no_health_checks()

void org.openkilda.atdd.TopologyEventsBasicTest.the_link_will_have_no_health_checks ( ) throws Exception

Definition at line 90 of file TopologyEventsBasicTest.java.

◆ theLinkAppearsInTheTopologyEngine()

void org.openkilda.atdd.TopologyEventsBasicTest.theLinkAppearsInTheTopologyEngine ( ) throws Exception

Definition at line 134 of file TopologyEventsBasicTest.java.

◆ theLinkDisappearsFromTheTopologyEngine()

void org.openkilda.atdd.TopologyEventsBasicTest.theLinkDisappearsFromTheTopologyEngine ( int  timeout) throws Exception

Definition at line 101 of file TopologyEventsBasicTest.java.

◆ theLinksDisappearFromTheTopologyEngine()

void org.openkilda.atdd.TopologyEventsBasicTest.theLinksDisappearFromTheTopologyEngine ( ) throws Exception

Definition at line 161 of file TopologyEventsBasicTest.java.

◆ theSwitchAppearsInTheTopologyEngine()

void org.openkilda.atdd.TopologyEventsBasicTest.theSwitchAppearsInTheTopologyEngine ( int  switches) throws Exception

Definition at line 220 of file TopologyEventsBasicTest.java.

◆ theSwitchDisappearsFromTheTopologyEngine()

void org.openkilda.atdd.TopologyEventsBasicTest.theSwitchDisappearsFromTheTopologyEngine ( ) throws Exception

Definition at line 176 of file TopologyEventsBasicTest.java.


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