Remove setting of TRACE to entire netvirt in vpnservice 17/50917/3
authorAlon Kochba <alonko@hpe.com>
Tue, 24 Jan 2017 06:40:25 +0000 (08:40 +0200)
committerJamo Luhrsen <jluhrsen@redhat.com>
Sun, 5 Feb 2017 01:04:09 +0000 (01:04 +0000)
Change-Id: I9b4f34fe916e17697f25b5f38512b031601607aa
Signed-off-by: Alon Kochba <alonko@hpe.com>
csit/suites/netvirt/Netvirt_Vpnservice/basic_vpnservice.robot

index 950f1d20092eca1960b79988cb04011762093c9d..89e4155e65d3a9ebe7e5f81f042974ead9ab2a82 100644 (file)
@@ -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}