summaryrefslogtreecommitdiff
path: root/tests/topotests/lib/topogen.py
diff options
context:
space:
mode:
authorChristian Hopps <chopps@labn.net>2021-08-22 02:24:58 -0400
committerChristian Hopps <chopps@labn.net>2021-09-04 09:04:47 -0400
commit2905398814bed538c841c49c5ece769d40dd5d97 (patch)
treee30ace362f8a3d852fc7e3ffe3657aaba5ce0a2f /tests/topotests/lib/topogen.py
parent62c608a9fb860624c4ace75edb01a844218d6f2f (diff)
tests: add generic exa-receive.py script
Signed-off-by: Christian Hopps <chopps@labn.net>
Diffstat (limited to 'tests/topotests/lib/topogen.py')
-rw-r--r--tests/topotests/lib/topogen.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/topotests/lib/topogen.py b/tests/topotests/lib/topogen.py
index 495c286b13..6d60e3d003 100644
--- a/tests/topotests/lib/topogen.py
+++ b/tests/topotests/lib/topogen.py
@@ -1123,6 +1123,7 @@ class TopoExaBGP(TopoHost):
self.run("mkdir -p /etc/exabgp")
self.run("chmod 755 /etc/exabgp")
+ self.run("cp {}/exa-* /etc/exabgp/".format(CWD))
self.run("cp {}/* /etc/exabgp/".format(peer_dir))
if env_file is not None:
self.run("cp {} /etc/exabgp/exabgp.env".format(env_file))