History log of /openbsd-current/regress/usr.sbin/bgpd/integrationtests/as0.sh
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# 1.2 12-Jan-2021 claudio

Totally rework the exabgp integration tests. Instead of a simple shell
script to talk to exabgp api use a small c programm. Use a fifo to
send commands to this program. While exabgp includes a cli tool exactly
for that it is impossible to use.
Use a single config file for multiple sessions and make sure exabgp is
properly killed on exit (pkill exabgp fails since it is a python script).
Introduce a med target to test the route decision process handling med
path. This test currently fails and is not hooked up yet.


Revision tags: OPENBSD_6_6_BASE OPENBSD_6_7_BASE OPENBSD_6_8_BASE
# 1.1 06-Aug-2019 claudio

Implement RFC7607 testing using exabgp since we need to fiddle with
attributes. Currently not enabled since it will fail.


# 1.1 06-Aug-2019 claudio

Implement RFC7607 testing using exabgp since we need to fiddle with
attributes. Currently not enabled since it will fail.