Open Kilda Java Documentation
org.openkilda.wfm.AbstractStormTest Class Reference
Inheritance diagram for org.openkilda.wfm.AbstractStormTest:
org.openkilda.wfm.OfEventWfmTest org.openkilda.wfm.StableAbstractStormTest org.openkilda.wfm.topology.cache.CacheTopologyTest org.openkilda.wfm.topology.event.OfeLinkBoltFloodTest org.openkilda.wfm.topology.event.OfeLinkBoltTest org.openkilda.wfm.topology.flow.FlowTopologyTest org.openkilda.wfm.topology.stats.IslStatsTopologyTest org.openkilda.wfm.topology.opentsdb.OpenTSDBTopologyTest org.openkilda.wfm.topology.stats.StatsTopologyTest

Static Public Member Functions

static void setupOnce () throws Exception
 
static void teardownOnce () throws Exception
 

Static Public Attributes

static TemporaryFolder fsData = new TemporaryFolder()
 

Static Protected Member Functions

static Properties kafkaProperties () throws ConfigurationException, CmdLineException
 
static Properties kafkaProperties (final String groupId) throws ConfigurationException, CmdLineException
 
static Config stormConfig ()
 
static< T > T makeUnboundConfig (Class< T > configurationType) throws ConfigurationException, CmdLineException
 
static LaunchEnvironment makeLaunchEnvironment () throws CmdLineException, ConfigurationException
 
static LaunchEnvironment makeLaunchEnvironment (Properties overlay) throws CmdLineException, ConfigurationException, IOException
 
static String [] makeLaunchArgs (String ...extraConfig)
 
static void makeConfigFile () throws IOException
 
static void makeConfigFile (Properties overlay, String location) throws IOException
 
static Properties makeConfigOverlay ()
 

Static Protected Attributes

static String CONFIG_NAME = "class-level-overlay.properties"
 
static String NEO4J_LISTEN_ADDRESS = "localhost:27600"
 
static TestKafkaProducer kProducer
 
static LocalCluster cluster
 
static MkClusterParam clusterParam
 
static CompleteTopologyParam completeTopologyParam
 

Detailed Description

Created by carmine on 4/4/17.

Definition at line 44 of file AbstractStormTest.java.

Member Function Documentation

◆ kafkaProperties() [1/2]

static Properties org.openkilda.wfm.AbstractStormTest.kafkaProperties ( ) throws ConfigurationException, CmdLineException
staticprotected

Definition at line 57 of file AbstractStormTest.java.

◆ kafkaProperties() [2/2]

static Properties org.openkilda.wfm.AbstractStormTest.kafkaProperties ( final String  groupId) throws ConfigurationException, CmdLineException
staticprotected

Definition at line 70 of file AbstractStormTest.java.

◆ makeConfigFile() [1/2]

static void org.openkilda.wfm.AbstractStormTest.makeConfigFile ( ) throws IOException
staticprotected

Definition at line 137 of file AbstractStormTest.java.

◆ makeConfigFile() [2/2]

static void org.openkilda.wfm.AbstractStormTest.makeConfigFile ( Properties  overlay,
String  location 
) throws IOException
staticprotected

Definition at line 141 of file AbstractStormTest.java.

◆ makeConfigOverlay()

static Properties org.openkilda.wfm.AbstractStormTest.makeConfigOverlay ( )
staticprotected

Definition at line 146 of file AbstractStormTest.java.

◆ makeLaunchArgs()

static String [] org.openkilda.wfm.AbstractStormTest.makeLaunchArgs ( String ...  extraConfig)
staticprotected

Definition at line 125 of file AbstractStormTest.java.

◆ makeLaunchEnvironment() [1/2]

static LaunchEnvironment org.openkilda.wfm.AbstractStormTest.makeLaunchEnvironment ( ) throws CmdLineException, ConfigurationException
staticprotected

Definition at line 112 of file AbstractStormTest.java.

◆ makeLaunchEnvironment() [2/2]

static LaunchEnvironment org.openkilda.wfm.AbstractStormTest.makeLaunchEnvironment ( Properties  overlay) throws CmdLineException, ConfigurationException, IOException
staticprotected

Definition at line 116 of file AbstractStormTest.java.

◆ makeUnboundConfig()

static <T> T org.openkilda.wfm.AbstractStormTest.makeUnboundConfig ( Class< T >  configurationType) throws ConfigurationException, CmdLineException
staticprotected

Definition at line 105 of file AbstractStormTest.java.

◆ setupOnce()

static void org.openkilda.wfm.AbstractStormTest.setupOnce ( ) throws Exception
static

Definition at line 85 of file AbstractStormTest.java.

◆ stormConfig()

static Config org.openkilda.wfm.AbstractStormTest.stormConfig ( )
staticprotected

Definition at line 76 of file AbstractStormTest.java.

◆ teardownOnce()

static void org.openkilda.wfm.AbstractStormTest.teardownOnce ( ) throws Exception
static

Definition at line 98 of file AbstractStormTest.java.

Member Data Documentation

◆ cluster

LocalCluster org.openkilda.wfm.AbstractStormTest.cluster
staticprotected

Definition at line 49 of file AbstractStormTest.java.

◆ clusterParam

MkClusterParam org.openkilda.wfm.AbstractStormTest.clusterParam
staticprotected

Definition at line 50 of file AbstractStormTest.java.

◆ completeTopologyParam

CompleteTopologyParam org.openkilda.wfm.AbstractStormTest.completeTopologyParam
staticprotected

Definition at line 51 of file AbstractStormTest.java.

◆ CONFIG_NAME

String org.openkilda.wfm.AbstractStormTest.CONFIG_NAME = "class-level-overlay.properties"
staticprotected

Definition at line 45 of file AbstractStormTest.java.

◆ fsData

TemporaryFolder org.openkilda.wfm.AbstractStormTest.fsData = new TemporaryFolder()
static

Definition at line 55 of file AbstractStormTest.java.

◆ kProducer

TestKafkaProducer org.openkilda.wfm.AbstractStormTest.kProducer
staticprotected

Definition at line 48 of file AbstractStormTest.java.

◆ NEO4J_LISTEN_ADDRESS

String org.openkilda.wfm.AbstractStormTest.NEO4J_LISTEN_ADDRESS = "localhost:27600"
staticprotected

Definition at line 46 of file AbstractStormTest.java.


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