Bug 9294: 24/64424/2 release/carbon-sr2
authorYrineu Rodrigues <yrineu.rodrigues@serro.com>
Tue, 17 Oct 2017 21:45:24 +0000 (18:45 -0300)
committerYrineu Rodrigues <yrineu.rodrigues@serro.com>
Tue, 17 Oct 2017 21:52:53 +0000 (18:52 -0300)
Well known mandatory attribute missing: ORIGIN

Change-Id: I4ca1a6ade0c46dd6ccdb499173aa8300490c9888
Signed-off-by: Yrineu Rodrigues <yrineu.rodrigues@serro.com>
csit/suites/bgpcep/bgpuser/bgp_app_peer_basic.robot

index dfbd6a32c0303f38122567ce0955498f523c57c3..a746d7ee3e1d5e930aeb861e81980f15977360e5 100644 (file)
@@ -329,7 +329,7 @@ Setup_Everything
     KarafKeywords.Execute_Controller_Karaf_Command_On_Background    log:set ${ODL_LOG_LEVEL}
     KarafKeywords.Execute_Controller_Karaf_Command_On_Background    log:set ${ODL_BGP_LOG_LEVEL} org.opendaylight.bgpcep
     KarafKeywords.Execute_Controller_Karaf_Command_On_Background    log:set ${ODL_BGP_LOG_LEVEL} org.opendaylight.protocol
-    ${scritp_uri_opt}=    Set Variable    --uri config/bgp-rib:application-rib/${ODL_SYSTEM_IP}/tables/bgp-types:ipv4-address-family/bgp-types:unicast-subsequent-address-family/
+    ${scritp_uri_opt}=    Set Variable    --uri config/bgp-rib:application-rib/${ODL_SYSTEM_IP}/tables/bgp-types:ipv4-address-family/bgp-types:unicast-subsequent-address-family/bgp-inet:ipv4-routes
     BuiltIn.Set_Suite_Variable    ${scritp_uri_opt}
 
 Teardown_Everything