History log of /openbsd/regress/usr.sbin/bgpd/integrationtests/Makefile (Results 1 – 25 of 27)
Revision Date Author Comments
# 815e5984 14-Jan-2025 claudio <claudio@openbsd.org>

Add a basic add-path regression test


# 167f16e4 13-Jan-2025 claudio <claudio@openbsd.org>

Implement basic test for RFC8950


# 4532df1c 25-Sep-2024 claudio <claudio@openbsd.org>

Add a maxattr regress test that causes the rdomain1 bgpd instance to trip
over 4096 bytes for a BGP UPDATE message. Check on the 3rd system that the
affected prefixes are properly withdrawn.


# 0149d23f 09-Apr-2024 claudio <claudio@openbsd.org>

Add a capability enforcement integration test.

This should ensure that no / yes and enforce work the way we want.


# 0ae4e97b 16-Oct-2023 claudio <claudio@openbsd.org>

Add regress test to verify that IPv6 link-local addresses work


# aed89967 12-Oct-2023 claudio <claudio@openbsd.org>

Add a fairly minimal ixp setup generated by arouteserver
This does a lot of community manipulation and also tests a few other
bits of code (prepends, roa, prefix-set).


# a96576c0 12-Jul-2023 claudio <claudio@openbsd.org>

Add regress test to check for bad attribute lenght for optional transitive
attributes.


# 9eca109f 09-Nov-2022 claudio <claudio@openbsd.org>

Enable l3vpn test


# 88cc39a0 03-Nov-2022 claudio <claudio@openbsd.org>

Add an abolute minimal test for L3VPNs. Right now not linked since there
is a bug in the kroute code preventing the VPN route to be added properly.


# bd57bd6f 31-Oct-2022 claudio <claudio@openbsd.org>

Add a intergration test that checks if the pftable feature works.


# ae91dca6 31-Oct-2022 claudio <claudio@openbsd.org>

Make CLEANFILES patterns not match anything that may live outside of obj.
Running make clean without obj should not remove any non-temp files
like *.conf.


# d65317e6 27-Jun-2022 claudio <claudio@openbsd.org>

Regress test for the open policy role capability. Make sure it properly
fails when enforced or there is a missmatch and that the session is accepeted
if the roles match.


# a703828f 31-May-2022 claudio <claudio@openbsd.org>

Introduce a integration test for max-communities


# c4391e92 13-Apr-2021 claudio <claudio@openbsd.org>

Add a basic regress test to test the 'rde evaluate all' feature.


# eeb63f91 10-Feb-2021 claudio <claudio@openbsd.org>

Add med test, this no longer fails in -current


# 74206d12 12-Jan-2021 claudio <claudio@openbsd.org>

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 to

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.

show more ...


# cae3ac8f 26-Jan-2020 claudio <claudio@openbsd.org>

Also test maxprefix out. Based on maxprefix test added a few days ago.


# f24a7fe0 22-Jan-2020 claudio <claudio@openbsd.org>

Add a simple regress test to check that max-prefix works


# 723403cb 13-Aug-2019 claudio <claudio@openbsd.org>

Move comment about exabgp to the rule since this way it is shown to the user.
Reminded by bluhm@


# 8dd69c2e 07-Aug-2019 claudio <claudio@openbsd.org>

The as0 regress can be enabled now. Needs exabgp to run else it is skipped.


# 799adc45 06-Aug-2019 claudio <claudio@openbsd.org>

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


# 69c8509d 06-Aug-2019 claudio <claudio@openbsd.org>

Cleanup the scripts a bit, error out early if not run as root, use
set -x later in the script instead of ksh -x to shorten the output
of the tests.


# 75106e21 22-Jun-2019 claudio <claudio@openbsd.org>

Add a basic test to check that mrt table dumps work.
Hint: they don't right now


# 218d7282 22-Mar-2019 denis <denis@openbsd.org>

Add route origin validation test


# 656c0bb1 20-Feb-2019 benno <benno@openbsd.org>

Add a test that catches problems of tcp md5 signatures, like the one
fixed in bgpd/pfkey.c rev 1.54 by claudio.


12