From fbc12ca8936703f0da0b44d3b7b69caa89a09b1f Mon Sep 17 00:00:00 2001 From: Jamo Luhrsen Date: Tue, 25 Jul 2017 16:59:39 -0700 Subject: [PATCH] enable DEBUG logs for genius MDSALManager in order to get more info on bug 8859 we will enable DEBUG loggign in suite setup and disable in suite teardown. This bug is infrequent so we need to have more info in our logs the next time it comes Change-Id: Id4e09454c38286d48535290a84387dfd35180c47 Signed-off-by: Jamo Luhrsen --- csit/suites/netvirt/ElanService/ElanService.robot | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/csit/suites/netvirt/ElanService/ElanService.robot b/csit/suites/netvirt/ElanService/ElanService.robot index faf8f0a9ea..4b18750381 100644 --- a/csit/suites/netvirt/ElanService/ElanService.robot +++ b/csit/suites/netvirt/ElanService/ElanService.robot @@ -10,6 +10,7 @@ Test Setup SetupUtils.Setup_Test_With_Logging_And_Without_Fast_Failing Test Teardown Get Test Teardown Debugs Library OperatingSystem Library RequestsLibrary +Resource ../../../libraries/KarafKeywords.robot Resource ../../../libraries/Utils.robot Resource ../../../libraries/OVSDB.robot Resource ../../../libraries/OpenStackOperations.robot @@ -136,13 +137,15 @@ Verify Datapath for Multiple ELAN with Multiple DPN Elan SuiteSetup [Documentation] Elan suite setup SetupUtils.Setup_Utils_For_Setup_And_Teardown + KarafKeywords.Execute_Controller_Karaf_Command_On_Background log:set DEBUG org.opendaylight.genius.mdsalutil.internal.MDSALManager DevstackUtils.Devstack Suite Setup SingleElan SuiteSetup Elan SuiteTeardown [Documentation] Elan suite teardown Get OvsDebugInfo - SingleElan SuiteTeardown + KarafKeywords.Execute_Controller_Karaf_Command_On_Background log:set DEBUG org.opendaylight.genius.mdsalutil.internal.MDSALManager + turn off debugs Close All Connections SingleElan SuiteTeardown -- 2.36.6