From 87a48b4921ec2e2ab221a12de9a988adcdbedc6f Mon Sep 17 00:00:00 2001 From: Radovan Sajben Date: Thu, 10 Dec 2015 09:23:05 +0100 Subject: [PATCH] BGP application peer functional suite documentation update. Change-Id: I2dee6be1a546f08692e1dcc2fcc225eb8810f1c3 Signed-off-by: Radovan Sajben --- .../bgpcep/bgpuser/bgp_app_peer_basic.robot | 35 +++++++++++++++++-- 1 file changed, 33 insertions(+), 2 deletions(-) diff --git a/csit/suites/bgpcep/bgpuser/bgp_app_peer_basic.robot b/csit/suites/bgpcep/bgpuser/bgp_app_peer_basic.robot index 80bee784d0..03fdcafe01 100644 --- a/csit/suites/bgpcep/bgpuser/bgp_app_peer_basic.robot +++ b/csit/suites/bgpcep/bgpuser/bgp_app_peer_basic.robot @@ -8,7 +8,38 @@ Documentation Basic tests for BGP application peer. ... and is available at http://www.eclipse.org/legal/epl-v10.html ... ... Test suite performs basic BGP functional test cases for -... BGP application peer. +... BGP application peer operations and checks for IP4 topology updates +... and updates towards BGP peer as follows: +... +... Test case 1: Initial BGP peer connection with pre-filled topology (Bug 4714), +... POST and simple DELETE requests used. +... BGP_Application_Peer_Post_3_Initial_Routes, +... Check_Example-IPv4-Topology_Is_Filled_With_3_Routes, +... Connect_BGP_Peer, +... BGP_Peer_Check_Incomming_Updates_For_3_Introduced_Prefixes, +... BGP_Application_Peer_Delete_3_Initial_Routes, +... Check_Example-IPv4-Topology_Is_Empty, +... Peer_Check_Incomming_Updates_For_3_Withdrawn_Prefixes, +... Stop_BGP_Peer. +... +... Test case 2: PUT and DELETE all routes requests while BGP peer is connected. +... Reconnect_BGP_Peer, +... BGP_Application_Peer_Put_3_Routes, +... Check_Example-IPv4-Topology_Is_Filled_With_3_Routes, +... BGP_Peer_Check_Incomming_Updates_For_3_Introduced_Prefixes, +... BGP_Application_Peer_Delete_All_Routes, +... Check_Example-IPv4-Topology_Is_Empty, +... BGP_Peer_Check_Incomming_Updates_For_3_Withdrawn_Prefixes, +... Stop_BGP_Peer. +... +... Test case 3: Repeated BGP peer re-connection with pre-filled topology. +... BGP_Application_Peer_Put_3_Routes, +... Check_Example-IPv4-Topology_Is_Filled_With_3_Routes, +... Reconnect_BGP_Peer_And_Check_Incomming_Updates_For_3_Introduced_Prefixes, +... BGP_Application_Peer_Delete_All_Routes, +... Check_Example-IPv4-Topology_Is_Empty, +... BGP_Peer_Check_Incomming_Updates_For_3_Withdrawn_Prefixes, +... Stop_BGP_Peer. ... ... Brief description how to configure BGP application peer and ... how to use restconf application peer interface: @@ -137,7 +168,7 @@ TC1_Stop_BGP_Peer Stop_Console_Tool Store_File_To_Workspace bgp_peer.log bgp_peer_tc1.log -TC2_Connect_BGP_Peer +TC2_Reconnect_BGP_Peer [Documentation] Start BGP peer tool [Tags] critical Switch_To_BGP_Peer_Console -- 2.36.6