Fix DeviceFlowRegistry filling 34/41834/1
authorTomas Slusny <tomas.slusny@pantheon.sk>
Thu, 14 Jul 2016 14:01:54 +0000 (16:01 +0200)
committerTomas Slusny <tomas.slusny@pantheon.sk>
Thu, 14 Jul 2016 14:01:54 +0000 (16:01 +0200)
commit2ff044ed6e4c13c8df8f95fd3b695d14f056afd1
treec6ef678eb0c2aa08e37814b7a7e0fa21ee6ec979
parentf6b01ae15f04c6e4fd2a61af1e39f6c5239ee38d
Fix DeviceFlowRegistry filling

- Fixed double filling of DeviceFlowRegistry
- Moved nodeInstanceIdentifier parameter from DeviceFlowRegistry.fill
  to it's constructor

Change-Id: I11be668a80b98f40e0b9aaa863d616fe669c0921
Signed-off-by: Tomas Slusny <tomas.slusny@pantheon.sk>
openflowplugin-api/src/main/java/org/opendaylight/openflowplugin/api/openflow/registry/flow/DeviceFlowRegistry.java
openflowplugin-impl/src/main/java/org/opendaylight/openflowplugin/impl/LifecycleConductorImpl.java
openflowplugin-impl/src/main/java/org/opendaylight/openflowplugin/impl/device/DeviceContextImpl.java
openflowplugin-impl/src/main/java/org/opendaylight/openflowplugin/impl/registry/flow/DeviceFlowRegistryImpl.java
openflowplugin-impl/src/test/java/org/opendaylight/openflowplugin/impl/LifecycleConductorImplTest.java
openflowplugin-impl/src/test/java/org/opendaylight/openflowplugin/impl/registry/flow/DeviceFlowRegistryImplTest.java
openflowplugin-impl/src/test/java/org/opendaylight/openflowplugin/impl/services/ServiceMocking.java
openflowplugin-impl/src/test/java/org/opendaylight/openflowplugin/impl/statistics/StatisticsManagerImplTest.java