From 28c15fe7b86ebd39fe239f5326e8b0022d62eded Mon Sep 17 00:00:00 2001 From: Rafael Zalamena Date: Tue, 18 Jul 2017 16:28:52 -0300 Subject: [PATCH] bgp_multiview_topo1: fix exabgp configuration Allow exabgp to run on my Ubuntu 16.04 by specifying the complete path instead of relative. --- tests/topotests/bgp_multiview_topo1/peer1/exabgp.cfg | 4 ++-- tests/topotests/bgp_multiview_topo1/peer2/exabgp.cfg | 4 ++-- tests/topotests/bgp_multiview_topo1/peer3/exabgp.cfg | 4 ++-- tests/topotests/bgp_multiview_topo1/peer4/exabgp.cfg | 4 ++-- tests/topotests/bgp_multiview_topo1/peer5/exabgp.cfg | 4 ++-- tests/topotests/bgp_multiview_topo1/peer6/exabgp.cfg | 4 ++-- tests/topotests/bgp_multiview_topo1/peer7/exabgp.cfg | 4 ++-- tests/topotests/bgp_multiview_topo1/peer8/exabgp.cfg | 4 ++-- 8 files changed, 16 insertions(+), 16 deletions(-) diff --git a/tests/topotests/bgp_multiview_topo1/peer1/exabgp.cfg b/tests/topotests/bgp_multiview_topo1/peer1/exabgp.cfg index 8991610e8a..20e71c8420 100644 --- a/tests/topotests/bgp_multiview_topo1/peer1/exabgp.cfg +++ b/tests/topotests/bgp_multiview_topo1/peer1/exabgp.cfg @@ -1,11 +1,11 @@ group controller { process announce-routes { - run "./exa-send.py 1 10"; + run "/etc/exabgp/exa-send.py 1 10"; } process receive-routes { - run "./exa-receive.py 1"; + run "/etc/exabgp/exa-receive.py 1"; receive-routes; encoder text; } diff --git a/tests/topotests/bgp_multiview_topo1/peer2/exabgp.cfg b/tests/topotests/bgp_multiview_topo1/peer2/exabgp.cfg index efddec5cc9..1e8eef186f 100644 --- a/tests/topotests/bgp_multiview_topo1/peer2/exabgp.cfg +++ b/tests/topotests/bgp_multiview_topo1/peer2/exabgp.cfg @@ -1,11 +1,11 @@ group controller { process announce-routes { - run "./exa-send.py 2 10"; + run "/etc/exabgp/exa-send.py 2 10"; } process receive-routes { - run "./exa-receive.py 2"; + run "/etc/exabgp/exa-receive.py 2"; receive-routes; encoder text; } diff --git a/tests/topotests/bgp_multiview_topo1/peer3/exabgp.cfg b/tests/topotests/bgp_multiview_topo1/peer3/exabgp.cfg index abffe32f81..ef1b249aeb 100644 --- a/tests/topotests/bgp_multiview_topo1/peer3/exabgp.cfg +++ b/tests/topotests/bgp_multiview_topo1/peer3/exabgp.cfg @@ -1,11 +1,11 @@ group controller { process announce-routes { - run "./exa-send.py 3 10"; + run "/etc/exabgp/exa-send.py 3 10"; } process receive-routes { - run "./exa-receive.py 3"; + run "/etc/exabgp/exa-receive.py 3"; receive-routes; encoder text; } diff --git a/tests/topotests/bgp_multiview_topo1/peer4/exabgp.cfg b/tests/topotests/bgp_multiview_topo1/peer4/exabgp.cfg index 27dfef902e..7c50f73b26 100644 --- a/tests/topotests/bgp_multiview_topo1/peer4/exabgp.cfg +++ b/tests/topotests/bgp_multiview_topo1/peer4/exabgp.cfg @@ -1,11 +1,11 @@ group controller { process announce-routes { - run "./exa-send.py 4 10"; + run "/etc/exabgp/exa-send.py 4 10"; } process receive-routes { - run "./exa-receive.py 4"; + run "/etc/exabgp/exa-receive.py 4"; receive-routes; encoder text; } diff --git a/tests/topotests/bgp_multiview_topo1/peer5/exabgp.cfg b/tests/topotests/bgp_multiview_topo1/peer5/exabgp.cfg index 9326aed19f..22163c7fb1 100644 --- a/tests/topotests/bgp_multiview_topo1/peer5/exabgp.cfg +++ b/tests/topotests/bgp_multiview_topo1/peer5/exabgp.cfg @@ -1,11 +1,11 @@ group controller { process announce-routes { - run "./exa-send.py 5 10"; + run "/etc/exabgp/exa-send.py 5 10"; } process receive-routes { - run "./exa-receive.py 5"; + run "/etc/exabgp/exa-receive.py 5"; receive-routes; encoder text; } diff --git a/tests/topotests/bgp_multiview_topo1/peer6/exabgp.cfg b/tests/topotests/bgp_multiview_topo1/peer6/exabgp.cfg index f99976b65b..40b54c33c5 100644 --- a/tests/topotests/bgp_multiview_topo1/peer6/exabgp.cfg +++ b/tests/topotests/bgp_multiview_topo1/peer6/exabgp.cfg @@ -1,11 +1,11 @@ group controller { process announce-routes { - run "./exa-send.py 6 10"; + run "/etc/exabgp/exa-send.py 6 10"; } process receive-routes { - run "./exa-receive.py 6"; + run "/etc/exabgp/exa-receive.py 6"; receive-routes; encoder text; } diff --git a/tests/topotests/bgp_multiview_topo1/peer7/exabgp.cfg b/tests/topotests/bgp_multiview_topo1/peer7/exabgp.cfg index 2dea4c9797..33312d052f 100644 --- a/tests/topotests/bgp_multiview_topo1/peer7/exabgp.cfg +++ b/tests/topotests/bgp_multiview_topo1/peer7/exabgp.cfg @@ -1,11 +1,11 @@ group controller { process announce-routes { - run "./exa-send.py 7 10"; + run "/etc/exabgp/exa-send.py 7 10"; } process receive-routes { - run "./exa-receive.py 7"; + run "/etc/exabgp/exa-receive.py 7"; receive-routes; encoder text; } diff --git a/tests/topotests/bgp_multiview_topo1/peer8/exabgp.cfg b/tests/topotests/bgp_multiview_topo1/peer8/exabgp.cfg index ae3c5eb44c..173ccb980e 100644 --- a/tests/topotests/bgp_multiview_topo1/peer8/exabgp.cfg +++ b/tests/topotests/bgp_multiview_topo1/peer8/exabgp.cfg @@ -1,11 +1,11 @@ group controller { process announce-routes { - run "./exa-send.py 8 10"; + run "/etc/exabgp/exa-send.py 8 10"; } process receive-routes { - run "./exa-receive.py 8"; + run "/etc/exabgp/exa-receive.py 8"; receive-routes; encoder text; } -- 2.39.5