summaryrefslogtreecommitdiffstats
path: root/tests (follow)
Commit message (Expand)AuthorAgeFilesLines
* tests: report kernel version check failuresMark Stapp2021-02-161-0/+3
* Merge pull request #8015 from mjstapp/fix_topo_gen_supportMartin Winter2021-02-161-1/+4
|\
| * tests: make generate support bundle python3 onlyMark Stapp2021-02-151-1/+4
* | Merge pull request #7917 from pjdruddy/l3vpn-mpls-snmp-upstream-1Martin Winter2021-02-1028-0/+1371
|\ \ | |/ |/|
| * tests: mplsL3vpn SNMP topotestPat Ruddy2021-02-0928-0/+1371
* | tests: Modify timers on bgp_blackhole_communityDonald Sharp2021-02-094-0/+4
* | Merge pull request #7946 from ckishimo/ospfv3_json_2Quentin Young2021-02-087-123/+681
|\ \
| * | tests: add dual stack OSPF topotestckishimo2021-01-274-0/+514
| * | tests: add verify_ospf6_neighborckishimo2021-01-271-0/+64
| * | tests: start ospf6d daemonckishimo2021-01-271-1/+9
| * | tests: support ospf6d area configckishimo2021-01-261-1/+41
| * | tests: fix create_router_ospf6 to use ospf6 instead of ospfckishimo2021-01-263-6/+10
| * | tests: make __create_ospf_global for both ospfv2/3ckishimo2021-01-261-8/+11
| * | tests: remove unused __create_ospf6_global()ckishimo2021-01-261-54/+0
| * | tests: create_interfaces_cfg add ospfv3 supportckishimo2021-01-261-23/+34
| * | tests: create_interfaces_cfg add ospf costckishimo2021-01-261-0/+1
| * | tests: create_interfaces_cfg refactor ospfckishimo2021-01-261-55/+22
* | | Merge pull request #7937 from pjdruddy/topotest-evpn-svi-advertiseQuentin Young2021-02-054-4/+6
|\ \ \
| * | | tests: update evpn vxlan for svi behaviour changePat Ruddy2021-01-294-4/+6
* | | | Merge pull request #7218 from kuldeepkash/multicast_pim_bsmDonald Sharp2021-02-055-0/+3302
|\ \ \ \
| * | | | tests: Add multicast-pim-bsm-topo2 suiteKuldeep Kashyap2021-01-182-0/+1353
| * | | | tests: Add multicast-pim-bsm-topo1 suiteKuldeep Kashyap2021-01-182-0/+1891
| * | | | tests: Add framework support for multicast-pim-bsm-topo1Kuldeep Kashyap2021-01-181-0/+58
* | | | | Merge pull request #7126 from vijaykug/multicast_with_static_rpDonald Sharp2021-02-053-0/+3903
|\ \ \ \ \
| * | | | | tests: Add multicast-pim-static-rp-topo1 test suitsVijay Gupta2021-01-183-0/+3903
| |/ / / /
* | | | | Merge pull request #7998 from volta-networks/fix_isis_attach_bitDonald Sharp2021-02-051-1/+1
|\ \ \ \ \
| * | | | | tests: restore isis-lsp-bits-topo1 testlynne2021-02-011-1/+1
| | |/ / / | |/| | |
* | | | | tests: fix ospf6_topo1 missing ref filesMark Stapp2021-02-034-0/+38
* | | | | Merge pull request #7314 from kuldeepkash/multicast-sm-topo1Donald Sharp2021-02-024-0/+3925
|\ \ \ \ \
| * | | | | tests: Add multicast-pim-sm-topo2 test suiteKuldeep Kashyap2021-01-292-0/+2087
| * | | | | tests: Add multicast-pim-sm-topo1 test suiteKuldeep Kashyap2021-01-292-0/+1838
| |/ / / /
* | | | | Merge pull request #6766 from opensourcerouting/xrefRuss White2021-02-024-0/+153
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | tests: add unit test for xrefsDavid Lamparter2021-02-014-0/+153
* | | | | topotests: add test for infinite recursionStephen Worley2021-02-012-0/+60
|/ / / /
* / / / tests: update snmp topotest api test_oid_walkKaren Schoener2021-01-291-2/+3
|/ / /
* | | tests: temporarily remove isis-lsp-bits-topo1 topotestlynne2021-01-281-1/+1
* | | Merge pull request #7933 from deastoe/show-route-header-sepDonald Sharp2021-01-281-2/+2
|\ \ \
| * | | tests: more robust show route header strippingDuncan Eastoe2021-01-271-2/+2
| | |/ | |/|
* | | Merge pull request #7901 from donaldsharp/pim_markingRuss White2021-01-265-3/+13
|\ \ \
| * | | tests: Fix to use global variable for pim markingDonald Sharp2021-01-225-3/+13
* | | | Merge pull request #7928 from volta-networks/fix_simple_snmp_add_checksRuss White2021-01-262-0/+15
|\ \ \ \
| * | | | tests: update simple_snmp_test to check for memory leaks, router failureKaren Schoener2021-01-252-0/+15
| |/ / /
* | | | Merge pull request #7127 from opensourcerouting/ospf_ti-lfaRuss White2021-01-2626-0/+2687
|\ \ \ \
| * | | | ospfd: Fix P2MP handling when TI-LFA is enabledGalaxyGorilla2021-01-191-0/+1
| * | | | ospfd: Fix backup path RIB handlingGalaxyGorilla2021-01-191-2/+4
| * | | | tests: Add topotest for OSPF SR TI-LFAGalaxyGorilla2021-01-1917-0/+1346
| * | | | ospfd: Add 'debug ospf ti-lfa' commandGalaxyGorilla2021-01-191-1/+1
| * | | | ospfd: Add support for non-adjacent TI-LFA P/Q spacesGalaxyGorilla2021-01-196-2/+161
| * | | | tests: Integrate unit tests for TI-LFAGalaxyGorilla2021-01-197-5/+168
| * | | | tests: Add verbosity flag to OSPF TI-LFA unit testsGalaxyGorilla2021-01-191-37/+59