Make BGP l3vpn suite honor DEFAULT_BGPCEP_LOG_LEVEL 11/44911/2
authorVratko Polak <vrpolak@cisco.com>
Wed, 31 Aug 2016 09:43:50 +0000 (11:43 +0200)
committerLuis Gomez <ecelgp@gmail.com>
Tue, 6 Sep 2016 16:26:14 +0000 (16:26 +0000)
Change-Id: I63c95c25daab32baeacc5772f0d2a6599b0ef4c6
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
csit/suites/bgpcep/bgpfunct/010_bgp_functional_l3vpn.robot

index 7915da19c37e4e910fd8a38be714bc39edc86871..50580ef0ac5020a9eff9151375ff7a82f9568680 100644 (file)
@@ -41,6 +41,7 @@ ${L3VPN_URL}      /restconf/operational/bgp-rib:bgp-rib/rib/example-bgp-rib/loc-
 ${CONFIG_SESSION}    config-session
 ${EXARPCSCRIPT}    ${CURDIR}/../../../../tools/exabgp_files/exarpc.py
 ${PEER_CHECK_URL}    /restconf/operational/bgp-rib:bgp-rib/rib/example-bgp-rib/peer/bgp:%2F%2F
+${DEFAULT_BGPCEP_LOG_LEVEL}    INFO
 
 *** Test Cases ***
 Configure_App_Peer
@@ -94,6 +95,7 @@ Start_Suite
     SSHKeywords.Virtual_Env_Install_Package    exabgp==3.4.16
     RequestsLibrary.Create_Session    ${CONFIG_SESSION}    http://${ODL_SYSTEM_IP}:${RESTCONFPORT}    auth=${AUTH}
     Upload_Config_Files
+    KarafKeywords.Set_Bgpcep_Log_Levels    # ${DEFAULT_BGPCEP_LOG_LEVEL} is applied by default
 
 Stop_Suite
     [Documentation]    Suite teardown keyword