|
static final String | topologyUsername = firstNonNull(System.getProperty("kilda.topology.username"), "kilda") |
|
static final String | topologyPassword = firstNonNull(System.getProperty("kilda.topology.password"), "kilda") |
|
static final String | mininetEndpoint = String.format("http://%s:%s", host, mininetPort) |
|
static final String | trafficEndpoint = String.format("http://%s:%s", host, "17191") |
|
static final String | topologyEndpoint = String.format("http://%s:%s", host, topologyPort) |
|
static final String | northboundEndpoint = String.format("http://%s:%s", host, northboundPort) |
|
static final String | opentsdbEndpoint = String.format("http://%s:%s", host, opentsdbPort) |
|
static final Auth | neoAuth = new AuthNeo4j(host, "neo4j", "temppass") |
|
static final String | FLOODLIGHT_ENDPOINT = String.format("http://%s:%s", host, FLOODLIGHT_PORT) |
|
Definition at line 23 of file DefaultParameters.java.
◆ FLOODLIGHT_ENDPOINT
final String org.openkilda.DefaultParameters.FLOODLIGHT_ENDPOINT = String.format("http://%s:%s", host, FLOODLIGHT_PORT) |
|
static |
◆ mininetEndpoint
final String org.openkilda.DefaultParameters.mininetEndpoint = String.format("http://%s:%s", host, mininetPort) |
|
static |
◆ neoAuth
final Auth org.openkilda.DefaultParameters.neoAuth = new AuthNeo4j(host, "neo4j", "temppass") |
|
static |
◆ northboundEndpoint
final String org.openkilda.DefaultParameters.northboundEndpoint = String.format("http://%s:%s", host, northboundPort) |
|
static |
◆ opentsdbEndpoint
final String org.openkilda.DefaultParameters.opentsdbEndpoint = String.format("http://%s:%s", host, opentsdbPort) |
|
static |
◆ topologyEndpoint
final String org.openkilda.DefaultParameters.topologyEndpoint = String.format("http://%s:%s", host, topologyPort) |
|
static |
◆ topologyPassword
final String org.openkilda.DefaultParameters.topologyPassword = firstNonNull(System.getProperty("kilda.topology.password"), "kilda") |
|
static |
◆ topologyUsername
final String org.openkilda.DefaultParameters.topologyUsername = firstNonNull(System.getProperty("kilda.topology.username"), "kilda") |
|
static |
◆ trafficEndpoint
final String org.openkilda.DefaultParameters.trafficEndpoint = String.format("http://%s:%s", host, "17191") |
|
static |
The documentation for this class was generated from the following file:
- /Users/kevin/Desktop/Kilda/open-kilda-develop/services/src/atdd/src/test/java/org/openkilda/DefaultParameters.java