Bug 2177 - Updated SwitchConnectionProviderImpl 90/11690/3
authorMichal Polkorab <michal.polkorab@pantheon.sk>
Tue, 16 Sep 2014 12:28:54 +0000 (14:28 +0200)
committerMichal Polkorab <michal.polkorab@pantheon.sk>
Mon, 13 Oct 2014 11:52:32 +0000 (13:52 +0200)
commit4b0d144b54f1acea8b9ff1b7b0296828c836d362
tree7d155edc24e882585ea2295578ee5b49b1afec33
parent4651d58c1d0e2f5d51b0f224f6af507b18e557b6
Bug 2177 - Updated SwitchConnectionProviderImpl

 - added test packaging - to be able to use ConnectionConfigurationImpl in both
   spi and impl

SwitchConnectionProviderImpl:
 - skipped checks for null and already running serverFacade as those are no longer
   needed when using ConfigSubsystem (startup())
 - added check for unknown transport protocol received (createAndConfigureServer())
ExperimenterMessageFactory:
 - fixed EXPERIMENTER_ID_INDEX constant
MessageFactoryInitializer:
 - added Experimenter message deserializers registration

Change-Id: I382d7fed0b626050847dafd47e691b7c9c902285
Signed-off-by: Michal Polkorab <michal.polkorab@pantheon.sk>
openflow-protocol-impl/pom.xml
openflow-protocol-impl/src/main/java/org/opendaylight/openflowjava/protocol/impl/connection/SwitchConnectionProviderImpl.java
openflow-protocol-impl/src/main/java/org/opendaylight/openflowjava/protocol/impl/deserialization/factories/ExperimenterMessageFactory.java
openflow-protocol-impl/src/main/java/org/opendaylight/openflowjava/protocol/impl/serialization/MessageFactoryInitializer.java
openflow-protocol-impl/src/test/java/org/opendaylight/openflowjava/protocol/impl/connection/ConnectionConfigurationImpl.java [moved from openflow-protocol-it/src/test/java/org/opendaylight/openflowjava/protocol/it/integration/ConnectionConfigurationImpl.java with 97% similarity]
openflow-protocol-it/pom.xml
openflow-protocol-it/src/test/java/org/opendaylight/openflowjava/protocol/it/integration/IntegrationTest.java