Bug 4837 - BMP test tool 80/32280/9
authorMilos Fabian <milfabia@cisco.com>
Mon, 4 Jan 2016 08:45:39 +0000 (09:45 +0100)
committerGerrit Code Review <gerrit@opendaylight.org>
Mon, 18 Jan 2016 18:09:30 +0000 (18:09 +0000)
commitfef21f221dadfbeb6a13e65d4f46a54790cf8336
tree7d72a672b19eef13aa78a414e0426f76f9da7cd4
parent86a47d69e05d776bc4b049600a10c257300ff125
Bug 4837 - BMP test tool

The bmp-mock is a standalone java application for puropose of
testing BMP monitoring station, in a way of faking BMP-enabled routers
and their peers. It allows to report mock Route Monitoring messages including
simple BGP routes.

Change-Id: Ibed6d239a933f84a5dfeda8ff18bcf6ddf2b8c3e
Signed-off-by: Milos Fabian <milfabia@cisco.com>
14 files changed:
artifacts/pom.xml
bgp/bmp-mock/.project [new file with mode: 0644]
bgp/bmp-mock/pom.xml [new file with mode: 0644]
bgp/bmp-mock/src/main/java/org/opendaylight/protocol/bmp/mock/BmpMock.java [new file with mode: 0644]
bgp/bmp-mock/src/main/java/org/opendaylight/protocol/bmp/mock/BmpMockArguments.java [new file with mode: 0644]
bgp/bmp-mock/src/main/java/org/opendaylight/protocol/bmp/mock/BmpMockDispatcher.java [new file with mode: 0644]
bgp/bmp-mock/src/main/java/org/opendaylight/protocol/bmp/mock/BmpMockSession.java [new file with mode: 0644]
bgp/bmp-mock/src/main/java/org/opendaylight/protocol/bmp/mock/BmpMockUtil.java [new file with mode: 0644]
bgp/bmp-mock/src/test/java/org/opendaylight/protocol/bmp/mock/BmpMockArgumentsTest.java [new file with mode: 0644]
bgp/bmp-mock/src/test/java/org/opendaylight/protocol/bmp/mock/BmpMockDispatcherTest.java [new file with mode: 0644]
bgp/bmp-mock/src/test/java/org/opendaylight/protocol/bmp/mock/BmpMockSessionTest.java [new file with mode: 0644]
bgp/bmp-mock/src/test/java/org/opendaylight/protocol/bmp/mock/BmpMockTest.java [new file with mode: 0644]
bgp/bmp-mock/src/test/java/org/opendaylight/protocol/bmp/mock/BmpMockUtilTest.java [new file with mode: 0644]
bgp/pom.xml