]> git.puffer.fish Git - matthieu/frr.git/commit
tests: Check if we can handle software version capability dynamicaly
authorDonatas Abraitis <donatas@opensourcerouting.org>
Thu, 3 Aug 2023 13:35:46 +0000 (16:35 +0300)
committerDonatas Abraitis <donatas@opensourcerouting.org>
Thu, 3 Aug 2023 14:08:32 +0000 (17:08 +0300)
commit8bf9ea06118218148fddee0f9b5b4cdf4144adf4
tree61bb1607d6c3151c7d28eb373ab4f934a5125130
parent7415f1e120c9b9d6da9badcfe7e27d22d891cf72
tests: Check if we can handle software version capability dynamicaly

Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
tests/topotests/bgp_dynamic_capability/__init__.py [new file with mode: 0644]
tests/topotests/bgp_dynamic_capability/r1/bgpd.conf [new file with mode: 0644]
tests/topotests/bgp_dynamic_capability/r1/zebra.conf [new file with mode: 0644]
tests/topotests/bgp_dynamic_capability/r2/bgpd.conf [new file with mode: 0644]
tests/topotests/bgp_dynamic_capability/r2/zebra.conf [new file with mode: 0644]
tests/topotests/bgp_dynamic_capability/test_bgp_dynamic_capability_software_version.py [new file with mode: 0644]