enable DEBUG logs for genius MDSALManager
[integration/test.git] / 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