From 05b0346dda5ec2dd1d9e2b0c015687fdf47f6e22 Mon Sep 17 00:00:00 2001 From: Jozef Behran Date: Wed, 25 Nov 2015 18:07:06 +0100 Subject: [PATCH] Added missing configuration item to the testtool device 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 --- csit/variables/netconf/device/default/data.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/csit/variables/netconf/device/default/data.xml b/csit/variables/netconf/device/default/data.xml index 60da9f0d40..0bc5801961 100644 --- a/csit/variables/netconf/device/default/data.xml +++ b/csit/variables/netconf/device/default/data.xml @@ -26,4 +26,8 @@ prefix:threadpool global-netconf-processing-executor + + prefix:scheduled-threadpool + global-netconf-ssh-scheduled-executor + -- 2.36.6