summaryrefslogtreecommitdiffstats
path: root/tests/topotests/bgp_multiview_topo1
diff options
context:
space:
mode:
authorRafael Zalamena <rzalamena@gmail.com>2017-07-18 21:28:52 +0200
committerDonald Sharp <sharpd@cumulusnetworks.com>2018-11-28 02:22:12 +0100
commit28c15fe7b86ebd39fe239f5326e8b0022d62eded (patch)
tree4b6e2bca00ca48e7d510422064da04e7aa462dda /tests/topotests/bgp_multiview_topo1
parentldp-topo1: Make the implicit label optional to pass old frr code as well (diff)
downloadfrr-28c15fe7b86ebd39fe239f5326e8b0022d62eded.tar.xz
frr-28c15fe7b86ebd39fe239f5326e8b0022d62eded.zip
bgp_multiview_topo1: fix exabgp configuration
Allow exabgp to run on my Ubuntu 16.04 by specifying the complete path instead of relative.
Diffstat (limited to 'tests/topotests/bgp_multiview_topo1')
-rw-r--r--tests/topotests/bgp_multiview_topo1/peer1/exabgp.cfg4
-rw-r--r--tests/topotests/bgp_multiview_topo1/peer2/exabgp.cfg4
-rw-r--r--tests/topotests/bgp_multiview_topo1/peer3/exabgp.cfg4
-rw-r--r--tests/topotests/bgp_multiview_topo1/peer4/exabgp.cfg4
-rw-r--r--tests/topotests/bgp_multiview_topo1/peer5/exabgp.cfg4
-rw-r--r--tests/topotests/bgp_multiview_topo1/peer6/exabgp.cfg4
-rw-r--r--tests/topotests/bgp_multiview_topo1/peer7/exabgp.cfg4
-rw-r--r--tests/topotests/bgp_multiview_topo1/peer8/exabgp.cfg4
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 8991610e8..20e71c842 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 efddec5cc..1e8eef186 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 abffe32f8..ef1b249ae 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 27dfef902..7c50f73b2 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 9326aed19..22163c7fb 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 f99976b65..40b54c33c 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 2dea4c979..33312d052 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 ae3c5eb44..173ccb980 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;
}