From 9a48ebb69464d57bde7f8f31a14e3f2bad2e3c12 Mon Sep 17 00:00:00 2001 From: Alon Kochba Date: Tue, 24 Jan 2017 08:40:25 +0200 Subject: [PATCH] Remove setting of TRACE to entire netvirt in vpnservice Change-Id: I9b4f34fe916e17697f25b5f38512b031601607aa Signed-off-by: Alon Kochba --- .../netvirt/Netvirt_Vpnservice/basic_vpnservice.robot | 7 ------- 1 file changed, 7 deletions(-) diff --git a/csit/suites/netvirt/Netvirt_Vpnservice/basic_vpnservice.robot b/csit/suites/netvirt/Netvirt_Vpnservice/basic_vpnservice.robot index 950f1d2009..89e4155e65 100644 --- a/csit/suites/netvirt/Netvirt_Vpnservice/basic_vpnservice.robot +++ b/csit/suites/netvirt/Netvirt_Vpnservice/basic_vpnservice.robot @@ -4,7 +4,6 @@ Documentation Test suite to validate vpnservice functionality in an openstac ... integration bridges and vxlan tunnels. Suite Setup BuiltIn.Run Keywords SetupUtils.Setup_Utils_For_Setup_And_Teardown ... AND DevstackUtils.Devstack Suite Setup -... AND Enable ODL Karaf Log Suite Teardown Close All Connections Test Setup SetupUtils.Setup_Test_With_Logging_And_Without_Fast_Failing Test Teardown Get Test Teardown Debugs @@ -380,9 +379,3 @@ Wait For Routes To Propogate ${net_id} = Get Net Id @{NETWORKS}[1] ${devstack_conn_id} ${output} = Write Commands Until Expected Prompt sudo ip netns exec qdhcp-${net_id} ip route ]> Should Contain ${output} @{SUBNET_CIDR}[1] - -Enable ODL Karaf Log - [Documentation] Uses log:set TRACE org.opendaylight.netvirt to enable log - Log "Enabled ODL Karaf log for org.opendaylight.netvirt" - ${output}= Issue Command On Karaf Console log:set TRACE org.opendaylight.netvirt - Log ${output} -- 2.36.6