index
:
frr
master
frr
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
/
topotests
/
lib
/
bgp.py
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
tests: Do not do a initial_timeout of 2 seconds for verify_bgp_rib
Donald Sharp
2021-09-16
1
-1
/
+1
*
tests: cleanup: rerun changed files through black
Christian Hopps
2021-09-04
1
-89
/
+104
*
tests: cleanup - remove unused imports
Christian Hopps
2021-09-04
1
-5
/
+1
*
tests: fix pylint infra errors
Christian Hopps
2021-09-04
1
-3
/
+1
*
tests: micronet: update infra
Christian Hopps
2021-09-04
1
-27
/
+26
*
tests: add global BGP json config for [re]connect timer
Christian Hopps
2021-09-01
1
-2
/
+3
*
tests: log bgp nbr changes, and allow config of connect timer
Christian Hopps
2021-08-31
1
-0
/
+5
*
tests: configure routers in parallel
Christian Hopps
2021-08-27
1
-15
/
+23
*
tests: fix broken bgp GR test (non-deterministic)
Christian Hopps
2021-08-20
1
-52
/
+58
*
tests: Adding lib changes for bgp peer type verification.
nguggarigoud
2021-07-15
1
-148
/
+264
*
tests: apply KISS to retry fixture
Christian Hopps
2021-06-25
1
-17
/
+17
*
tests: Fixing common pylint error for topojson
Kuldeep Kashyap
2021-06-08
1
-14
/
+40
*
Merge pull request #8437 from donaldsharp/verify_bgp_community_no_sleep
Martin Winter
2021-04-15
1
-1
/
+0
|
\
|
*
tests: Do not sleep(5) when verifying bgp communities
Donald Sharp
2021-04-09
1
-1
/
+0
*
|
tests: More black fixups
Donald Sharp
2021-04-09
1
-1
/
+1
|
/
*
tests: Fix for BGP_GR test failures
Kuldeep Kashyap
2021-04-05
1
-1
/
+6
*
tests: Fix bgp convergence issue mentioned in #8279
Kuldeep Kashyap
2021-03-18
1
-92
/
+103
*
tests: address coverity / styling issues in topotests
Wesley Coakley
2021-03-03
1
-18
/
+28
*
tests: Set default timers to 3/10 for bgp using create_router_bgp
Donald Sharp
2021-01-16
1
-2
/
+2
*
Merge pull request #6212 from gpnaveen/static_routes
Martin Winter
2020-12-22
1
-38
/
+63
|
\
|
*
tests: Adding static routing topojson automation suites.
naveen
2020-12-11
1
-5
/
+0
|
*
tests: Updated verify_bgp_rib api for multipaths.
naveen
2020-12-11
1
-2
/
+3
|
*
tests: Enhanced the lib bgp.py for nexthop check
Naveen Guggarigoudar
2020-12-11
1
-12
/
+12
|
*
tests: Enhanced lib by removing unnecessary sleep
naveen
2020-12-11
1
-2
/
+0
|
*
tests: Adding static routing topojson automation suites.
naveen
2020-12-11
1
-21
/
+52
*
|
tests: dict_values are not lists in version 3
Donald Sharp
2020-12-19
1
-1
/
+3
|
/
*
tests: Enhanced auto-rd verification as per changes done in #7652
kuldeepkash
2020-12-08
1
-28
/
+27
*
tests: Enhance libraries to optimize test execution
Kuldeep Kashyap
2020-11-12
1
-8
/
+9
*
tests: improve unicode handling
Mark Stapp
2020-09-26
1
-6
/
+7
*
tests: use .items instead of .iteritems in topotests
Mark Stapp
2020-09-18
1
-28
/
+28
*
tests: Add bgp_route_aggregation test suite
Kuldeep Kashyap
2020-09-18
1
-3
/
+2
*
tests: Speed up topotests by being more aggressive
Donald Sharp
2020-09-12
1
-10
/
+10
*
tests: Add f/w support for bgp_vrf_dynamic_route_leak tests automation
Kuldeep Kashyap
2020-09-01
1
-0
/
+11
*
tests: Add new tests to bgp-basic-functionality-topo1
Kuldeep Kashyap
2020-08-28
1
-4
/
+20
*
tests: Adding test suites evpn_type5_test_topo1
Kuldeep Kashyap
2020-07-22
1
-28
/
+15
*
tests: Adding framework support for EVPN-Type5 automation
Kuldeep Kashyap
2020-07-22
1
-16
/
+745
*
tests: [topojson] Increase BGP convergence wait time
Kuldeep Kashyap
2020-07-14
1
-10
/
+11
*
Merge pull request #6703 from mjstapp/fix_bgp_30_secs
Donald Sharp
2020-07-10
1
-6
/
+7
|
\
|
*
tests: print actual time spent waiting for bgp convergence
Mark Stapp
2020-07-09
1
-6
/
+7
*
|
test: use ipaddress module instead of ipaddr
Mark Stapp
2020-07-09
1
-8
/
+8
|
/
*
tests: fix short timeout in lib/bgp.py
Mark Stapp
2020-07-07
1
-1
/
+1
*
tests: Add bgp_recursive_route_ebgp_multi_hop test suite
Kuldeep Kashyap
2020-07-06
1
-89
/
+160
*
tests: After clear give it more than 90 seconds to come up
Donald Sharp
2020-06-11
1
-2
/
+2
*
tests: include lib/bgp.py convergence timeout to 130
Mark Stapp
2020-06-10
1
-1
/
+1
*
tests: Framework support for BGP Multi-VRF automation
Kuldeep Kashyap
2020-05-20
1
-185
/
+477
*
tests: Adding test suite bgp_gr_functionality_topo1
Kuldeep Kashyap
2020-05-04
1
-142
/
+199
*
tests: Add library support for BGP-Graceful-Restart automation
Kuldeep Kashyap
2020-05-04
1
-194
/
+1029
*
bgpd,tests: Modify import-check to require underlying prefixes to exist
Donald Sharp
2020-04-28
1
-0
/
+1
*
tests: Enable rfc8212 by default except datacenter profile
Donatas Abraitis
2020-04-14
1
-0
/
+3
*
tests: Adding new test suite bgp_as_allow_in
Kuldeep Kashyap
2020-04-09
1
-0
/
+249
[next]