enable DEBUG logs for genius MDSALManager 51/60751/1
authorJamo Luhrsen <jluhrsen@redhat.com>
Tue, 25 Jul 2017 23:59:39 +0000 (16:59 -0700)
committerJamo Luhrsen <jluhrsen@redhat.com>
Tue, 25 Jul 2017 23:59:39 +0000 (16:59 -0700)
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 <jluhrsen@redhat.com>
csit/suites/netvirt/ElanService/ElanService.robot

index faf8f0a9eabcf996497faea01373a03714401b00..4b187503810d0df61c4ebb3e490ecc2162a98e31 100644 (file)
@@ -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