From e1a13161121e575f8ced1853185b67fceab7cae7 Mon Sep 17 00:00:00 2001 From: Ivan Hrasko Date: Tue, 15 Jan 2019 14:02:36 +0100 Subject: [PATCH] SXP: Enable DEBUG log level - enable debug log level on cluster tests start and revert it back to info on teardown Change-Id: I038ece42d86432c2b6a65588fb5277ed782dbf08 Signed-off-by: Ivan Hrasko --- csit/libraries/SxpClusterLib.robot | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/csit/libraries/SxpClusterLib.robot b/csit/libraries/SxpClusterLib.robot index dcb9e4238b..caed8088b4 100644 --- a/csit/libraries/SxpClusterLib.robot +++ b/csit/libraries/SxpClusterLib.robot @@ -11,7 +11,6 @@ Resource ./SxpLib.robot @{SXP_PACKAGE} org.opendaylight.sxp ${DEVICE_SESSION} device_1 ${CONTROLLER_SESSION} ClusterManagement__session_1 -${SXP_LOG_LEVEL} INFO ${VIRTUAL_IP} ${TOOLS_SYSTEM_2_IP} ${VIRTUAL_IP_MASK} 255.255.255.0 ${VIRTUAL_INTERFACE} dummy0 @@ -25,7 +24,7 @@ Setup SXP Cluster Session [Documentation] Create sessions asociated with SXP cluster setup ClusterManagement.ClusterManagement_Setup SetupUtils.Setup_Utils_For_Setup_And_Teardown - SetupUtils.Setup_Logging_For_Debug_Purposes_On_List_Or_All ${SXP_LOG_LEVEL} ${SXP_PACKAGE} + SetupUtils.Setup_Logging_For_Debug_Purposes_On_List_Or_All DEBUG ${SXP_PACKAGE} Setup Device Session [Documentation] Create session on the SXP device -- 2.36.6