Open Kilda Java Documentation
org.openkilda.smoke.TopologyEngineSmokeTest Class Reference

Public Member Functions

void testServiceUp ()
 
void testSimpleTopologyDiscovery () throws InterruptedException
 
void testMock () throws IOException
 

Static Public Attributes

static final String defaultHost = "localhost"
 

Detailed Description

Created by carmine on 3/2/17.

Definition at line 29 of file TopologyEngineSmokeTest.java.

Member Function Documentation

◆ testMock()

void org.openkilda.smoke.TopologyEngineSmokeTest.testMock ( ) throws IOException

Definition at line 54 of file TopologyEngineSmokeTest.java.

◆ testServiceUp()

void org.openkilda.smoke.TopologyEngineSmokeTest.testServiceUp ( )

Several things we can test to ensure the service is up: 1) The TE is off port 80, and when empty returns [] NB: Neo4J is off of 7474 - neo4j / temppass. To clear everything:

  • match (n) detach delete n

Definition at line 39 of file TopologyEngineSmokeTest.java.

◆ testSimpleTopologyDiscovery()

void org.openkilda.smoke.TopologyEngineSmokeTest.testSimpleTopologyDiscovery ( ) throws InterruptedException

A small network of switches and links (~10 switches and 10s of links. Ensure it comes up properly.

Definition at line 49 of file TopologyEngineSmokeTest.java.

Member Data Documentation

◆ defaultHost

final String org.openkilda.smoke.TopologyEngineSmokeTest.defaultHost = "localhost"
static

Definition at line 30 of file TopologyEngineSmokeTest.java.


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