From d2664a4f307a833e293b2dfbe44d9ab6579eef2d Mon Sep 17 00:00:00 2001 From: Marek Gradzki Date: Thu, 13 Jul 2017 10:41:27 +0200 Subject: HONEYCOMB-369: configurable BGP peers BGP peer configuration is no longer read from bgp-peer.json file. Netconf/Restconf is can be used instead. BGP peer configuration in HC follows openconfig-extensions model (as in ODL BGP): * http://docs.opendaylight.org/en/stable-boron/user-guide/bgp-user-guide.html#bgp-peering * http://docs.opendaylight.org/en/stable-boron/user-guide/bgp-user-guide.html#bgp-application-peer-and-programmable-rib Change-Id: I91aa6c4fc0923edbacf6cd10abd3957569a4f8c6 Signed-off-by: Marek Gradzki (cherry picked from commit a3d562afdd96d4c37fe608af99f364e879ee92b6) --- infra/bgp-distribution-test/asciidoc/Readme.adoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'infra/bgp-distribution-test/asciidoc') diff --git a/infra/bgp-distribution-test/asciidoc/Readme.adoc b/infra/bgp-distribution-test/asciidoc/Readme.adoc index 25762d25f..9576a61b5 100644 --- a/infra/bgp-distribution-test/asciidoc/Readme.adoc +++ b/infra/bgp-distribution-test/asciidoc/Readme.adoc @@ -1,6 +1,6 @@ = bgp-distribution-test -Distribution tests use generated files(yang-module-index) +Distribution tests use generated files (yang-module-index) that are generated after the build phase that maven invoke unit test. Therefore these tests must be part or separate project that uses distribution -as dependency that has these files allready generated. \ No newline at end of file +as dependency that has these files already generated. \ No newline at end of file -- cgit 1.2.3-korg