summaryrefslogtreecommitdiffstats
path: root/tests (follow)
Commit message (Expand)AuthorAgeFilesLines
* tests: micronet: update infraChristian Hopps2021-09-0417-937/+1458
* tests: NEW micronet replacement for mininetChristian Hopps2021-09-043-0/+1640
* tests: improve vxlan test determinismChristian Hopps2021-09-043-9/+32
* tests: summarize XML test resultsChristian Hopps2021-09-041-0/+249
* tests: Check if `disable-addpath-rx` knob worksDonatas Abraitis2021-09-0310-0/+204
* Merge pull request #9443 from opensourcerouting/topo-multiview-fixDonald Sharp2021-09-0222-422/+1974
|\
| * tests: Change bgp_multiview_topo1 to json outputMartin Winter2021-08-2013-414/+1963
| * tests: Make bgp_multiview_topo1 predictableMartin Winter2021-08-1918-32/+35
* | Merge pull request #9469 from ton31337/fix/extcommunity_bandwidth_floating_to...Russ White2021-09-016-1/+47
|\ \
| * | tests: Test if IEEE floating-point encoding for bw works with older formatDonatas Abraitis2021-08-315-0/+46
| * | bgpd: Add `neighbor PEER link-bw-encoding-ieee`Donatas Abraitis2021-08-301-1/+1
* | | Merge pull request #9439 from ton31337/feature/set_ext_community_to_noneRuss White2021-09-016-0/+172
|\ \ \
| * | | tests: Test if `set extcommunity none` works for route-mapsDonatas Abraitis2021-08-186-0/+172
| | |/ | |/|
* | | tests: add global BGP json config for [re]connect timerChristian Hopps2021-09-011-2/+3
* | | Merge pull request #9318 from Prerana-GB/ibgp_knobDonatas Abraitis2021-09-012-0/+542
|\ \ \
| * | | topotests: Topotest changes for new bgp fast convergence knobPrerana GB2021-08-242-0/+542
* | | | Merge pull request #9397 from tkms1122/masterDonatas Abraitis2021-09-016-0/+127
|\ \ \ \
| * | | | bgpd: minimum-holdtime knob to prevent session establishment with BGP peer wi...Takemasa Imada2021-08-146-0/+127
* | | | | tests: log bgp nbr changes, and allow config of connect timerChristian Hopps2021-08-311-0/+5
* | | | | Merge pull request #8964 from LabNConsulting/chopps/config-fasterMark Stapp2021-08-307-427/+584
|\ \ \ \ \
| * | | | | tests: configure routers in parallelChristian Hopps2021-08-276-421/+554
| * | | | | tests: improve bgp test determinism by resetting configsChristian Hopps2021-08-271-6/+30
* | | | | | Merge pull request #9511 from LabNConsulting/chopps/ospf-asbr-test-fixQuentin Young2021-08-301-1/+1
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | tests: fix ospf ASBR summary testChristian Hopps2021-08-271-1/+1
| |/ / / /
* | | | | Merge pull request #9503 from opensourcerouting/ospf6d-redistribute-metricsRuss White2021-08-281-2/+52
|\ \ \ \ \
| * | | | | ospf6d: extend the "redistribute" command with more optionsRenato Westphal2021-08-261-2/+52
| |/ / / /
* | | | | Merge pull request #9499 from gsol10/bogus_lspRuss White2021-08-281-6/+6
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | isisd: Fix sending of LSP with null seqnoGuillaume Solignac2021-08-261-6/+6
* | | | | Merge pull request #9331 from idryzhov/explicit-exitChristian Hopps2021-08-261-2/+0
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | *: explicitly print "exit" at the end of every node configIgor Ryzhov2021-08-231-2/+0
* | | | | Merge pull request #9467 from gpnaveen/bgp_v4overv6Russ White2021-08-2510-0/+4090
|\ \ \ \ \
| * | | | | tests: adding 11 bgp v4 over v6 test cases.nguggarigoud2021-08-2410-0/+4090
| |/ / / /
* | | | | Merge pull request #9449 from opensourcerouting/ospf6d-nssa-fixesIgor Ryzhov2021-08-245-1/+101
|\ \ \ \ \
| * | | | | tests: enable more debugs in the ospf6_topo2 topotestRenato Westphal2021-08-244-0/+100
| * | | | | ospf6d: remove incorrect debug guardRenato Westphal2021-08-241-1/+1
| |/ / / /
* | | | | Merge pull request #7876 from gpnaveen/ospf_gr_helper_using_scapyRenato Westphal2021-08-244-4/+1040
|\ \ \ \ \
| * | | | | tests: ospf gr helper topotests with scapy.nguggarigoud2021-08-244-4/+1040
| |/ / / /
* | | | | Merge pull request #8729 from gpnaveen/ospf_route_mapsRuss White2021-08-241-0/+331
|\ \ \ \ \
| * | | | | tests: ospf routemap basic test cases 2.nguggarigoud2021-08-241-0/+331
| |/ / / /
* / / / / tests: use correct key for deleting entry.Christian Hopps2021-08-241-1/+1
|/ / / /
* | | | Merge pull request #9455 from LabNConsulting/chopps/fix-zebtest-fixed-sleepDavid Lamparter2021-08-221-71/+53
|\ \ \ \
| * | | | tests: use std polling for results in zebra_rib testChristian Hopps2021-08-211-71/+53
| | |/ / | |/| |
* | | | Merge pull request #9453 from LabNConsulting/chopps/fix-netns-vrfsDonald Sharp2021-08-2144-131/+126
|\ \ \ \
| * | | | tests: uniq vrf names when using netnsChristian Hopps2021-08-2144-131/+126
| |/ / /
* | | | Merge pull request #9450 from LabNConsulting/chopps/fix-bgp-gr-testDonald Sharp2021-08-202-63/+75
|\ \ \ \
| * | | | tests: fix broken bgp GR test (non-deterministic)Christian Hopps2021-08-202-63/+75
| |/ / /
* | | | tests: reduce multicast timer valuesChristian Hopps2021-08-196-7/+57
* | | | tests: Add global pim join-prune-interval json config optionChristian Hopps2021-08-193-102/+104
| |_|/ |/| |
* | | Merge pull request #9391 from mougams/masterIgor Ryzhov2021-08-161-1/+3
|\ \ \
| * | | tests: add feature to not run ospfd test when opted outBasha Mougamadou2021-08-131-1/+3
| | |/ | |/|