summaryrefslogtreecommitdiffstats
path: root/tests (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #8588 from idryzhov/a-lot-of-isis-fixesRafael Zalamena2021-04-306-24/+22
|\
| * isisd: fix ldp-sync configurationIgor Ryzhov2021-04-293-3/+3
| * isisd: allow arbitrary order of area/interface configurationIgor Ryzhov2021-04-293-21/+19
* | ospfd: show ip ospf interface only shows BDR info, Added DR info.rgirada2021-04-291-0/+2
* | Merge pull request #8546 from ton31337/fix/add_markers_for_recent_bgpdQuentin Young2021-04-282-0/+4
|\ \
| * | tests: Add pytest bgpd markers for recent BGP testsDonatas Abraitis2021-04-272-0/+4
| |/
* | Merge pull request #8322 from qlyoung/topotestsJafar Al-Gharaibeh2021-04-282-55/+6
|\ \
| * | tests: fix use of undefined variable in pim libQuentin Young2021-04-071-2/+1
| * | tests: fix improper format strings in pim libQuentin Young2021-04-071-8/+3
| * | tests: remove duplicate pim test functionQuentin Young2021-04-071-45/+1
| * | tests: provide sane default for --topology-onlyQuentin Young2021-04-071-0/+1
* | | tests: fix topotest polling logIgor Ryzhov2021-04-281-2/+2
| |/ |/|
* | Merge pull request #8540 from donaldsharp/kill_them_allRafael Zalamena2021-04-266-38/+0
|\ \
| * | tests: Remove kill_mininet_router_processDonald Sharp2021-04-226-38/+0
* | | Merge pull request #8555 from idryzhov/fix-bfd-testRafael Zalamena2021-04-261-3/+3
|\ \ \
| * | | tests: fix bfd-bgp-cbit-topo3 testIgor Ryzhov2021-04-241-3/+3
| |/ /
* | | Merge pull request #8495 from opensourcerouting/ospfv3-bfd-reworkIgor Ryzhov2021-04-235-5/+13
|\ \ \
| * | | topotests: test OSPFv3 BFD profilesRafael Zalamena2021-04-224-5/+9
| * | | topotests: converge OSPFv3 fasterRafael Zalamena2021-04-222-0/+4
| |/ /
* | | topotests: test PIM BFD profile integrationRafael Zalamena2021-04-233-2/+38
* | | topotests: add new basic PIM topology testRafael Zalamena2021-04-2316-0/+329
|/ /
* | build: properly split CFLAGS from AC_CFLAGSDavid Lamparter2021-04-211-0/+1
* | Merge pull request #8434 from donaldsharp/python_bullshitMartin Winter2021-04-165-493/+18
|\ \
| * | tests: test_bgp_vrf_dynamic_route_leak_topo1.py was missing a variableDonald Sharp2021-04-151-0/+1
| * | tests: Fix test_bgp_multi_vrf_topo2.py string formattingDonald Sharp2021-04-151-20/+9
| * | tests: test_bgp_multi_vrf_topo1.py fix formatting issues pointed out by pylintDonald Sharp2021-04-151-13/+6
| * | tests: Remove unnecessary formating for stringsDonald Sharp2021-04-151-2/+2
| * | tests: Remove duplicate functions in python codeDonald Sharp2021-04-151-458/+0
* | | Merge pull request #8437 from donaldsharp/verify_bgp_community_no_sleepMartin Winter2021-04-151-1/+0
|\ \ \ | |/ / |/| |
| * | tests: Do not sleep(5) when verifying bgp communitiesDonald Sharp2021-04-091-1/+0
* | | Merge pull request #8448 from ton31337/feature/show_rpki_state_in_global_show...Sri Mohana Singamsetty2021-04-1411-0/+11
|\ \ \
| * | | tests: Add BGP RPKI show header to outputsDonatas Abraitis2021-04-1211-0/+11
* | | | Merge pull request #8145 from pguibert6WIND/nhrp_use_zebraMark Stapp2021-04-1311-0/+457
|\ \ \ \ | |/ / / |/| | |
| * | | topotests: add standard nhrp test between spoke and hubPhilippe Guibert2021-04-0911-0/+457
| |/ /
* | | tests: More black fixupsDonald Sharp2021-04-0935-872/+1078
* | | tests: Add some more pytest marks for bgpdDonald Sharp2021-04-0912-1/+41
|/ /
* | Revert "bgpd: BGP session not established for ipv6 link local address with vr...Donatas Abraitis2021-04-096-148/+0
* | Merge pull request #8402 from opensourcerouting/debian10-topotest-fixPatrick Ruddy2021-04-087-80/+71
|\ \
| * | tests: fix python3 backported iproute2 vrf checkDavid Schweizer2021-04-051-2/+1
| * | tests: fix l3mdev config in isis-topo1-vrf topotestDavid Schweizer2021-04-051-25/+6
| * | tests: fix l3mdev config in bgp_vrf_lite_ipv6_rtadv topotestDavid Schweizer2021-04-051-25/+3
| * | tests: fix l3mdev config in bgp_l3vpn_to_bgp_vrf topotestDavid Schweizer2021-04-052-18/+9
| * | tests: fix l3mdev config in bgp_evpn_rt5 topotestDavid Schweizer2021-04-051-10/+2
| * | tests: add l3mdev config helpers for VRF topotestsDavid Schweizer2021-04-051-0/+50
* | | Merge pull request #7434 from sudhanshukumar22/bgp-link-local-addressDonatas Abraitis2021-04-086-0/+148
|\ \ \
| * | | bgpd: BGP session not established for ipv6 link local address with vrf configsudhanshukumar222021-04-016-0/+148
* | | | Merge pull request #8365 from aldobrrrr/fix_parse_topology_function_in_isis_t...Mark Stapp2021-04-076-338/+358
|\ \ \ \ | |_|_|/ |/| | |
| * | | topotests: fix 'parse_topology' function in test_isis_topo1_vrf.pyEmanuele Altomare2021-03-296-338/+358
* | | | Merge pull request #8407 from ton31337/fix/nexthop_should_not_be_changed_if_p...Russ White2021-04-068-0/+157
|\ \ \ \
| * | | | tests: Nexthop should not be changed if peer X shares a common subnetDonatas Abraitis2021-04-068-0/+157
| | |_|/ | |/| |