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

Public Member Functions

void a_random_linear_topology_of (int numSwitches) throws Throwable
 
void a_random_full_mesh_topology_of (int depth, int fanout) throws Throwable
 
void the_controller_learns_the_topology () throws Throwable
 
void the_controller_should_converge_within_milliseconds (int delta) throws Throwable
 
void validate_topology () throws Throwable
 
void sendMalformedLldpPacket () throws Throwable
 

Public Attributes

long pre_start
 
long start
 
long finish
 
ITopology expected
 

Static Public Attributes

static int pre_start_handicap = 10000
 

Protected Member Functions

void deploy_toplogy (ITopology t) throws Throwable
 

Detailed Description

Definition at line 37 of file TopologyDiscoveryBasicTest.java.

Member Function Documentation

◆ a_random_full_mesh_topology_of()

void org.openkilda.atdd.TopologyDiscoveryBasicTest.a_random_full_mesh_topology_of ( int  depth,
int  fanout 
) throws Throwable

Definition at line 59 of file TopologyDiscoveryBasicTest.java.

◆ a_random_linear_topology_of()

void org.openkilda.atdd.TopologyDiscoveryBasicTest.a_random_linear_topology_of ( int  numSwitches) throws Throwable

Definition at line 54 of file TopologyDiscoveryBasicTest.java.

◆ deploy_toplogy()

void org.openkilda.atdd.TopologyDiscoveryBasicTest.deploy_toplogy ( ITopology  t) throws Throwable
protected

Definition at line 45 of file TopologyDiscoveryBasicTest.java.

◆ sendMalformedLldpPacket()

void org.openkilda.atdd.TopologyDiscoveryBasicTest.sendMalformedLldpPacket ( ) throws Throwable

Definition at line 103 of file TopologyDiscoveryBasicTest.java.

◆ the_controller_learns_the_topology()

void org.openkilda.atdd.TopologyDiscoveryBasicTest.the_controller_learns_the_topology ( ) throws Throwable

Definition at line 64 of file TopologyDiscoveryBasicTest.java.

◆ the_controller_should_converge_within_milliseconds()

void org.openkilda.atdd.TopologyDiscoveryBasicTest.the_controller_should_converge_within_milliseconds ( int  delta) throws Throwable

Definition at line 76 of file TopologyDiscoveryBasicTest.java.

◆ validate_topology()

void org.openkilda.atdd.TopologyDiscoveryBasicTest.validate_topology ( ) throws Throwable

Definition at line 97 of file TopologyDiscoveryBasicTest.java.

Member Data Documentation

◆ expected

ITopology org.openkilda.atdd.TopologyDiscoveryBasicTest.expected

Definition at line 42 of file TopologyDiscoveryBasicTest.java.

◆ finish

long org.openkilda.atdd.TopologyDiscoveryBasicTest.finish

Definition at line 41 of file TopologyDiscoveryBasicTest.java.

◆ pre_start

long org.openkilda.atdd.TopologyDiscoveryBasicTest.pre_start

Definition at line 39 of file TopologyDiscoveryBasicTest.java.

◆ pre_start_handicap

int org.openkilda.atdd.TopologyDiscoveryBasicTest.pre_start_handicap = 10000
static

Definition at line 43 of file TopologyDiscoveryBasicTest.java.

◆ start

long org.openkilda.atdd.TopologyDiscoveryBasicTest.start

Definition at line 40 of file TopologyDiscoveryBasicTest.java.


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