BUG-2340 Fix improper cleanup of resources in netconf ssh handler 01/13201/2
authorMaros Marsalek <mmarsale@cisco.com>
Fri, 28 Nov 2014 11:19:19 +0000 (12:19 +0100)
committerMaros Marsalek <mmarsale@cisco.com>
Fri, 28 Nov 2014 13:37:43 +0000 (14:37 +0100)
commit4a617a8af9ee830fcbeac24e97097c270332ad20
treeb075b4475ffc66ed418b3277402cd762ac874950
parentee0877c07ff700157dd9fc2e445df095c88f79bc
BUG-2340 Fix improper cleanup of resources in netconf ssh handler

This commit also fixes proper reconnect scheduling for netconf-connector.

Change-Id: I1d848af57fddc35e73596fc47f8c7318b8747130
Signed-off-by: Maros Marsalek <mmarsale@cisco.com>
opendaylight/commons/protocol-framework/src/main/java/org/opendaylight/protocol/framework/ReconnectPromise.java
opendaylight/commons/protocol-framework/src/test/java/org/opendaylight/protocol/framework/ServerTest.java
opendaylight/md-sal/sal-netconf-connector/src/test/java/org/opendaylight/controller/sal/connect/netconf/listener/NetconfDeviceCommunicatorTest.java
opendaylight/netconf/netconf-netty-util/src/main/java/org/opendaylight/controller/netconf/nettyutil/handler/ssh/client/AsyncSshHandler.java
opendaylight/netconf/netconf-netty-util/src/test/java/org/opendaylight/controller/netconf/nettyutil/handler/ssh/client/AsyncSshHandlerTest.java
opendaylight/netconf/netconf-ssh/src/test/java/org/opendaylight/controller/netconf/netty/SSHTest.java