Added missing configuration item to the testtool device 09/30209/3
authorJozef Behran <jbehran@cisco.com>
Wed, 25 Nov 2015 17:07:06 +0000 (18:07 +0100)
committerJozef Behran <jbehran@cisco.com>
Thu, 26 Nov 2015 08:22:52 +0000 (09:22 +0100)
This item is "optional" but leaving it out causes log spam
in the form of messages "Keepalive executor missing. Using
default instance for now, the configuration needs to be
updated" that repeat for every added/removed device in
Lithium (in Beryllium this is handled better).

Change-Id: I5ec46f047c6b6e405307ef3bb378455719cf593f
Signed-off-by: Jozef Behran <jbehran@cisco.com>
csit/variables/netconf/device/default/data.xml

index 60da9f0d406cac623f49c65924de70fda78973f3..0bc58019617df4b49b376c359fe8b67800ce40e9 100644 (file)
@@ -26,4 +26,8 @@
     <type xmlns:prefix="urn:opendaylight:params:xml:ns:yang:controller:threadpool">prefix:threadpool</type>
     <name>global-netconf-processing-executor</name>
   </processing-executor>
+  <keepalive-executor xmlns="urn:opendaylight:params:xml:ns:yang:controller:md:sal:connector:netconf">
+    <type xmlns:prefix="urn:opendaylight:params:xml:ns:yang:controller:threadpool">prefix:scheduled-threadpool</type>
+    <name>global-netconf-ssh-scheduled-executor</name>
+  </keepalive-executor>
 </module>