iBGP performance suites against many fastbgp peers 65/27365/50
authorVratko Polak <vrpolak@cisco.com>
Tue, 27 Oct 2015 14:40:01 +0000 (15:40 +0100)
committerGerrit Code Review <gerrit@opendaylight.org>
Tue, 27 Oct 2015 17:57:08 +0000 (17:57 +0000)
commit790091e3341ce090a285b79f264ae30f0f170672
treee12db6ac420c500cb41312dc94c2a541b90f962e
parentfa38206cff44c776db738f601d595ff6406cce97
iBGP performance suites against many fastbgp peers

- No half with ODL initiating connections as ODL configuration is slow.
- Peers need segment of bindable IP addresses.
- Still only iBGP peer roles used.
- Default multiplicity is 2, to avoid Bug 4488.

+ BGP functional suites changed to use template with configurable peer name.
+ Manager utility for starting multiple play.py processes.
+ BGPSpeaker Resource supports this Manager.
+ New suites added to existing ingest testplan.
+ play.py uses double quotes for string literals.
+ Configurable BGPCEP log level (useful for Bug 4488 investigation).
+ Assure Keywords moved to SSHKeywords, throughpcep suite updated for that.

Change-Id: I03faec4f209a3c657cbd3045d01b066789a0b35f
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
15 files changed:
csit/libraries/BGPSpeaker.robot
csit/libraries/KarafKeywords.robot
csit/libraries/SSHKeywords.robot [new file with mode: 0644]
csit/suites/bgpcep/bgpingest/manypeers_changecount.robot [new file with mode: 0644]
csit/suites/bgpcep/bgpingest/manypeers_prefixcount.robot [new file with mode: 0644]
csit/suites/bgpcep/bgpingest/singlepeer_changecount.robot
csit/suites/bgpcep/bgpingest/singlepeer_prefixcount.robot
csit/suites/bgpcep/bgpuser/cases.robot
csit/suites/bgpcep/throughpcep/cases.robot
csit/testplans/bgpcep-bgp-ingest.txt
csit/variables/Variables.py
csit/variables/bgpuser/bgp_peer/config.uri
csit/variables/bgpuser/bgp_peer/data.xml
tools/fastbgp/manage_play.py [new file with mode: 0644]
tools/fastbgp/play.py