From bbfa869c30b955804c0cbdc79721aa7fd092ec6b Mon Sep 17 00:00:00 2001 From: Vratko Polak Date: Mon, 1 Feb 2016 16:52:31 +0100 Subject: [PATCH] Bug 3780: Use rib-instance as type in bgp-peer data Change-Id: I79058e915ed9f792d425f4db30c2d64c91164ec1 Signed-off-by: Vratko Polak --- csit/suites/bgpcep/bgpuser/cases.robot | 1 + csit/variables/bgpuser/bgp_peer/data.xml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/csit/suites/bgpcep/bgpuser/cases.robot b/csit/suites/bgpcep/bgpuser/cases.robot index afdab2012f..f75147e071 100644 --- a/csit/suites/bgpcep/bgpuser/cases.robot +++ b/csit/suites/bgpcep/bgpuser/cases.robot @@ -75,6 +75,7 @@ Check_Talking_Connection_Is_Established [Documentation] See TCP (BGP) connection in established state. # This case is separate from the previous one, to resemble structure of the second half of this suite more closely. Check_Speaker_Is_Connected + [Teardown] Utils.Report_Failure_Due_To_Bug 5171 Check_Talking_Topology_Is_Filled [Documentation] See new routes in example-ipv4-topology as a proof that synchronization was correct. diff --git a/csit/variables/bgpuser/bgp_peer/data.xml b/csit/variables/bgpuser/bgp_peer/data.xml index dec1e37be5..f3bc823539 100644 --- a/csit/variables/bgpuser/bgp_peer/data.xml +++ b/csit/variables/bgpuser/bgp_peer/data.xml @@ -6,7 +6,7 @@ $HOLDTIME $INITIATE - prefix:rib + prefix:rib-instance example-bgp-rib -- 2.36.6