![]() |
Open Kilda Java Documentation
|
Public Member Functions | |
| void | testServiceUp () |
| void | testSimpleTopologyDiscovery () throws InterruptedException |
| void | testMock () throws IOException |
Static Public Attributes | |
| static final String | defaultHost = "localhost" |
Created by carmine on 3/2/17.
Definition at line 29 of file TopologyEngineSmokeTest.java.
| void org.openkilda.smoke.TopologyEngineSmokeTest.testMock | ( | ) | throws IOException |
Definition at line 54 of file TopologyEngineSmokeTest.java.
| 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.
| 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.
|
static |
Definition at line 30 of file TopologyEngineSmokeTest.java.