BGP application peer functional test suite 94/30194/20
authorRadovan Sajben <rsajben@cisco.com>
Wed, 25 Nov 2015 12:22:15 +0000 (13:22 +0100)
committerGerrit Code Review <gerrit@opendaylight.org>
Fri, 4 Dec 2015 14:19:42 +0000 (14:19 +0000)
commit6543fa20aed2795cb984c2bfafea2de0e59ecaa0
treeafc1b801dd963646df9d7020ec3b189a214b7b0a
parent7567de9b71b833e8c00f948d81df179fabb53865
BGP application peer functional test suite

- basic functional test cases via restconf
  - introduce/update routes by POST/PUT requests
  - delete route by DELETE request
  - delete all routes by DELETE request
  - BGP peer reconnect

Change-Id: Icf4ddeb29f17856838675721f532c85d726864da
Signed-off-by: Radovan Sajben <rsajben@cisco.com>
csit/suites/bgpcep/bgpuser/bgp_app_peer_basic.robot [new file with mode: 0644]
csit/variables/bgpuser/bgp_application_peer/config.uri [new file with mode: 0644]
csit/variables/bgpuser/bgp_application_peer/data.xml [new file with mode: 0644]
tools/fastbgp/bgp_app_peer.py [new file with mode: 0755]
tools/fastbgp/ipv4-routes-template.xml [new file with mode: 0755]
tools/fastbgp/play.py [changed mode: 0644->0755]