summaryrefslogtreecommitdiffstats
path: root/tests (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #16012 from LabNConsulting/chopps/improve-grpc-testDonald Sharp2024-05-172-32/+106
|\
| * tests: improve the grpc query client and topotestChristian Hopps2024-05-152-32/+106
* | tests: embed YANG in mgmtd unit-test binChristian Hopps2024-05-171-0/+4
|/
* lib, vtysh, topotests: fix 'show ip[v6] access-list ... json' formattingPiotr Suchy2024-05-141-2/+2
* Merge pull request #15911 from opensourcerouting/feature/bgpd_dampening_per_n...Russ White2024-05-134-0/+209
|\
| * tests: Check if dampening per-peer worksDonatas Abraitis2024-05-034-0/+209
* | Merge pull request #15961 from opensourcerouting/fix/allow_using_match_tag_0Donald Sharp2024-05-133-0/+102
|\ \
| * | tests: Check if `set/match tag untagged` worksDonatas Abraitis2024-05-103-0/+102
* | | Merge pull request #15614 from louis-6wind/fix-6pe-addressDonatas Abraitis2024-05-1061-6/+2266
|\ \ \ | |/ / |/| |
| * | topotests: update bgp_vrf_leaking_5549_routesLouis Scalbert2024-04-232-6/+8
| * | tests: ipv6 global removal in bgp_nexthop_mp_ipv4_6Louis Scalbert2024-04-2310-0/+542
| * | topotests: add bgp_nexthop_mp_ipv4_6 testLouis Scalbert2024-04-2350-0/+1716
* | | tests: fix mis-spelled `cryptographic-algorithm` keyword in testChristian Hopps2024-05-091-4/+4
* | | Merge pull request #15899 from gromit1811/ospf6_ecmp_inter_area_bugfix_15777_prRuss White2024-05-079-85/+119
|\ \ \
| * | | tests: Modify inter-area ECMP topotest to also test redundant ABRsMartin Buck2024-05-039-85/+119
| | |/ | |/|
* | | Merge pull request #15895 from opensourcerouting/fix/ignore_attributes_if_dis...Russ White2024-05-076-23/+72
|\ \ \
| * | | tests: Check if iBGP session can drop invalid AIGP attributeDonatas Abraitis2024-05-016-23/+72
| |/ /
* | | Merge pull request #15594 from idryzhov/mgmt-rpcChristian Hopps2024-05-065-0/+124
|\ \ \
| * | | tests: add topotest for mgmtd rpc processingIgor Ryzhov2024-04-222-0/+74
| * | | tests: add test for NB RPC callbackIgor Ryzhov2024-04-223-0/+50
| | |/ | |/|
* | | tests: remove reliance on time.sleepChristian Hopps2024-05-023-45/+49
| |/ |/|
* | Merge pull request #15864 from opensourcerouting/fix/graceful_restart_per_nei...Donald Sharp2024-04-298-19/+154
|\ \
| * | tests: Drop debug statements from bgp_gr_restart_retain_routesDonatas Abraitis2024-04-272-4/+0
| * | tests: Check if Graceful Restart per-neighbor works as expectedDonatas Abraitis2024-04-274-10/+151
| * | tests: Use a single frr.conf for bgp_gr_restart_retain_routesDonatas Abraitis2024-04-274-12/+14
* | | tests: Apply black formatting from what frrbot suggested to be happyDonatas Abraitis2024-04-2811-59/+54
* | | tests: Add missing check_router_status for bgp_tcp_mss testDonatas Abraitis2024-04-281-0/+1
* | | tests: Apply black formatting for all tests/topotestsDonatas Abraitis2024-04-2777-2969/+4883
* | | tests: Drop duplicate pytestmark per fileDonatas Abraitis2024-04-2735-97/+26
|/ /
* | Merge pull request #15723 from opensourcerouting/feature/extended_link_bw_ref...Russ White2024-04-266-1/+139
|\ \
| * | tests: Check if extended link bandwidth can be more than 25gbpsDonatas Abraitis2024-04-224-0/+137
| * | tests: Check if extended link bandwidth is considered into alsoDonatas Abraitis2024-04-222-1/+2
| |/
* | Merge pull request #15744 from pguibert6WIND/snmp_oid_line73_errorDonald Sharp2024-04-261-4/+9
|\ \
| * | topotests: lib, fix filter out "At line 73 in /usr/share/snmp/mibs/ietf/SNMPv...Philippe Guibert2024-04-231-4/+9
| |/
* | Merge pull request #15783 from LabNConsulting/aceelindem/ospf-neighbor-filterDonatas Abraitis2024-04-241-13/+139
|\ \
| * | ospfd: Add prefix-list filtering of OSPF neighbors on OSPF interfaceAcee Lindem2024-04-181-13/+139
* | | Merge pull request #15801 from LabNConsulting/chopps/new-munetDonald Sharp2024-04-2312-229/+536
|\ \ \ | |_|/ |/| |
| * | tests: improve coverage no need to modify source/build dirChristian Hopps2024-04-201-7/+14
| * | tests: update munet to 0.14.0 releaseChristian Hopps2024-04-2011-222/+522
| |/
* | Merge pull request #15468 from idryzhov/mgmt-native-editChristian Hopps2024-04-221-1/+238
|\ \
| * | tests: add topotest for mgmt native edit commandIgor Ryzhov2024-03-261-1/+238
* | | Merge pull request #15738 from idryzhov/bfd-cbitDonald Sharp2024-04-213-92/+3
|\ \ \ | |_|/ |/| |
| * | tests: fix BFD C-bit topotestRenato Westphal2024-04-183-92/+3
* | | Merge pull request #15572 from donaldsharp/best_path_stuff_sighRuss White2024-04-1616-8/+16
|\ \ \
| * | | bgpd: Add BGP_PATH_UNSORTED for future commitsDonald Sharp2024-04-017-7/+7
| * | | tests: teste_ospf_rte_calc.py uses bgp add pytest markDonald Sharp2024-04-011-1/+1
| * | | tests: Explicitly call out bgp timers for bgp_evpn_mh testDonald Sharp2024-04-018-0/+8
| | |/ | |/|
* | | tests: Check if maximum-prefix works for EVPN stuff alsoDonatas Abraitis2024-04-136-0/+155
| |/ |/|
* | tests: Cleanup generate_support_bundle() to not failDonald Sharp2024-04-101-2/+14
* | Merge pull request #15711 from louis-6wind/fix_test_table_versionDonald Sharp2024-04-107-7/+0
|\ \