Bug 4644: TerminationPoint not remove from switch 45/37645/2
authorAnil Vishnoi <vishnoianil@gmail.com>
Fri, 15 Apr 2016 07:45:43 +0000 (00:45 -0700)
committerAnil Vishnoi <vishnoianil@gmail.com>
Fri, 15 Apr 2016 07:47:03 +0000 (07:47 +0000)
commita95afe3963252886d69444009a9d230ac7b51b8e
tree3479b8ac2eebb1bf94f7129b71f08f18e9bc4c26
parentb68c1cc3543106331d2a7a3dc2fd1ab4e2d53fc4
Bug 4644: TerminationPoint not remove from switch
if termination point is added to the existing bridge
which was already present before OVSDB node got connected
to the controller. Plugin was not able to delete the termination
point because it was not able to find the connection client and
the parent bridge from the data store change notification on
termination point delete.

Change-Id: I1f720f77aa8005274674903ddb5fa1daf962af5d
Signed-off-by: Anil Vishnoi <vishnoianil@gmail.com>
southbound/southbound-impl/src/main/java/org/opendaylight/ovsdb/southbound/OvsdbDataChangeListener.java
southbound/southbound-impl/src/main/java/org/opendaylight/ovsdb/southbound/ovsdb/transact/DataChangesManagedByOvsdbNodeEvent.java
southbound/southbound-impl/src/main/java/org/opendaylight/ovsdb/southbound/ovsdb/transact/TerminationPointDeleteCommand.java
southbound/southbound-impl/src/test/java/org/opendaylight/ovsdb/southbound/OvsdbDataChangeListenerTest.java
southbound/southbound-impl/src/test/java/org/opendaylight/ovsdb/southbound/ovsdb/transact/DataChangesManagedByOvsdbNodeEventTest.java