Update utility to test device connections 27/47827/5
authorJozef Bacigal <jbacigal@cisco.com>
Mon, 7 Mar 2016 13:29:07 +0000 (14:29 +0100)
committerJozef Bacigal <jozef.bacigal@pantheon.tech>
Thu, 8 Dec 2016 08:19:13 +0000 (08:19 +0000)
commit507241523b0a175d1a807a3e56d4c5b2d3000d6f
tree109ded6a731ac4d5a30976214016227b9e208f90
parent55ede46616f6b0e82f08fad5b168c9bd4f78fd4c
Update utility to test device connections

 * Helper class to defining command line parameters
 * Parameters:
 * --device-count           : number of devices connection to the controller
 * --controller-ip          : controller IP address
 * --ssl                    :
 * --threads                : number of thread shall be used for executor
 * --port
 * --timeout                : timeout in seconds for whole test
 * --scenarioTries          : number of tries of each step of scenario
 * --timeBetweenScenario    : time in milliseconds between tries of steps of scenario
 * --configurationName      : required parameter if using configuration load or configuration save
 * --configurationLoad
 * --configurationSave

3/9/16 - Checkstyle corrections

Change-Id: Iec24bf37bb6cce534ce87ca80585d0f53d0dd638
Signed-off-by: Jozef Bacigal <jbacigal@cisco.com>
Signed-off-by: Jozef Bacigal <jozef.bacigal@pantheon.tech>
openflowjava-tools/src/main/java/org/opendaylight/openflowjava/tools/ConfigurationType.java [new file with mode: 0644]
openflowjava-tools/src/main/java/org/opendaylight/openflowjava/tools/Configurations.java [new file with mode: 0644]
openflowjava-tools/src/main/java/org/opendaylight/openflowjava/tools/ConnectionToolConfigurationService.java [new file with mode: 0644]
openflowjava-tools/src/main/java/org/opendaylight/openflowjava/tools/ConnectionToolConfigurationServiceImpl.java [new file with mode: 0644]
openflowjava-tools/src/main/java/org/opendaylight/openflowjava/tools/ObjectFactory.java [new file with mode: 0644]
openflowjava-tools/src/main/resources/configuration.xml [new file with mode: 0644]
openflowjava-tools/src/main/resources/configuration.xsd [new file with mode: 0644]
simple-client/src/main/java/org/opendaylight/openflowjava/protocol/impl/clients/ControllerConnectionTestTool.java [deleted file]