Minor fix to make Junit happy. 08/2408/2
authorMadhu Venugopal <mavenugo@gmail.com>
Tue, 5 Nov 2013 18:08:02 +0000 (10:08 -0800)
committerGerrit Code Review <gerrit@opendaylight.org>
Wed, 6 Nov 2013 18:06:41 +0000 (18:06 +0000)
commit886678c1d958027e8c155a81218caac0e91fdfed
tree6626cf98c34b962319df9657847d3aea27a3dcf4
parentd400fd784418d57ea9b8e9a42c5566de50d3060d
Minor fix to make Junit happy.

Due to the introduction of the passive connection support, the Monitor and Schema was pushed to a
separate thread. Also the connection was deemed successful only if the monitor was successful.
That doesnt work well with the current (buggy) implemenation of JUnit. But since the JUnit is very
handy in testing out the functionality, reversing the ovsdbConnection management.

Change-Id: Ifa833014c587e94baa63a5925959c87d9e27c6fc
Signed-off-by: Madhu Venugopal <mavenugo@gmail.com>
ovsdb/src/main/java/org/opendaylight/ovsdb/plugin/ConnectionService.java