Bug 5030: BGP Application Peer beanchmark app 09/36009/1
authorMilos Fabian <milfabia@cisco.com>
Wed, 9 Mar 2016 17:53:32 +0000 (18:53 +0100)
committerMilos Fabian <milfabia@cisco.com>
Wed, 9 Mar 2016 17:57:44 +0000 (18:57 +0100)
commit7bd6940cf9821de7ab64c65a95027b8d2166a200
tree69e4cd268706c31717dbb7536e633080473045a4
parent6620eec781615471a80f0dbea6d17fd2469c3e51
Bug 5030: BGP Application Peer beanchmark app

Created benchmark ODL application for performance
testing of BGP application peer.
The application offers two types of RPC operations:
*add-prefix - for injection of IPv4 prefix routes
*delete-prefix - for IPv4 prefix routes removal

Change-Id: Ia3e3e930b01d59e0ab21dcf777801716e6f13769
Signed-off-by: Milos Fabian <milfabia@cisco.com>
artifacts/pom.xml
bgp/benchmark-app/pom.xml [new file with mode: 0644]
bgp/benchmark-app/src/main/java/org/opendaylight/controller/config/yang/odl_bgp_benchmark_cfg/AppPeerBenchmarkModule.java [new file with mode: 0644]
bgp/benchmark-app/src/main/java/org/opendaylight/controller/config/yang/odl_bgp_benchmark_cfg/AppPeerBenchmarkModuleFactory.java [new file with mode: 0644]
bgp/benchmark-app/src/main/java/org/opendaylight/protocol/bgp/benchmark/app/AppPeerBenchmark.java [new file with mode: 0644]
bgp/benchmark-app/src/main/resources/initial/bgp-app-peer-benchmark.xml [new file with mode: 0644]
bgp/benchmark-app/src/main/yang/odl-bgp-app-peer-benchmark.yang [new file with mode: 0644]
bgp/benchmark-app/src/main/yang/odl-bgp-benchmark-cfg.yang [new file with mode: 0644]
bgp/pom.xml
features/bgp/pom.xml
features/bgp/src/main/features/features.xml