![]() |
Open Kilda Java Documentation
|
Public Member Functions | |
| void | basicSwitchPortEventsTest () throws Exception |
| void | basicLinkDiscoveryTest () throws Exception |
Static Public Member Functions | |
| static void | setupOnce () throws Exception |
| static void | teardownOnce () throws Exception |
Static Public Member Functions inherited from org.openkilda.wfm.AbstractStormTest | |
| static void | setupOnce () throws Exception |
| static void | teardownOnce () throws Exception |
Additional Inherited Members | |
Static Public Attributes inherited from org.openkilda.wfm.AbstractStormTest | |
| static TemporaryFolder | fsData = new TemporaryFolder() |
Static Protected Member Functions inherited from org.openkilda.wfm.AbstractStormTest | |
| 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 inherited from org.openkilda.wfm.AbstractStormTest | |
| 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 |
OfEventWfmTest tests the critical aspects of OfEventWfmTopology.
Definition at line 72 of file OfEventWfmTest.java.
| void org.openkilda.wfm.OfEventWfmTest.basicLinkDiscoveryTest | ( | ) | throws Exception |
BasicLinkDiscoveryTest will exercise the basics of Link Discovery test. The key results should show up in a kafka topic, which are dumped to file.
Definition at line 199 of file OfEventWfmTest.java.
| void org.openkilda.wfm.OfEventWfmTest.basicSwitchPortEventsTest | ( | ) | throws Exception |
Definition at line 119 of file OfEventWfmTest.java.
|
static |
Creates storm topology.
Definition at line 87 of file OfEventWfmTest.java.
|
static |
Clear up everything.
Definition at line 109 of file OfEventWfmTest.java.