Disable the ssh exception logging 23/71423/3
authorSam Hague <shague@redhat.com>
Thu, 26 Apr 2018 13:45:43 +0000 (09:45 -0400)
committerJamo Luhrsen <jluhrsen@redhat.com>
Thu, 26 Apr 2018 18:47:06 +0000 (18:47 +0000)
JIRA: ODLPARENT-152
Change-Id: If2d6fc330e6f3836bd01795ed159bb0eed4d9fa8
Signed-off-by: Sam Hague <shague@redhat.com>
csit/libraries/OpenStackOperations.robot

index efc9bb0534585f93d3a39e24c424c6a92b36ee81..8f55cabc5a939626d598b892966dbcf4ac0437f0 100644 (file)
@@ -991,6 +991,8 @@ Cleanup Router
 OpenStack Suite Setup
     [Documentation]    Wrapper teardown keyword that can be used in any suite running in an openstack environement
     SetupUtils.Setup_Utils_For_Setup_And_Teardown
+    @{loggers} =    BuiltIn.Create List    org.apache.karaf.shell.support.ShellUtil
+    Setuputils.Setup_Logging_For_Debug_Purposes_On_List_Or_All    OFF    ${loggers}
     DevstackUtils.Devstack Suite Setup
     @{tcpdump_port_6653_conn_ids} =    OpenStackOperations.Start Packet Capture On Nodes    tcpdump_port_6653    port 6653    @{OS_ALL_IPS}
     BuiltIn.Set Suite Variable    @{tcpdump_port_6653_conn_ids}