-
Notifications
You must be signed in to change notification settings - Fork 740
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
convert bgp stress link flap test to use asyncio (#14890)
* convert bgp stress link flap test to use asyncio Fix test_bgp_stress_link_flap.py deadlocks by converting test to use asyncio instead of multi-threading. This will also resolve memory issues on VM environments caused by the test spawning a large number of threads * Fixed bgp stress link flap logging Fixed test_bgp_stress_link_flap.py logging to accurately record number of flaps for different interfaces.
- Loading branch information
Showing
1 changed file
with
84 additions
and
184 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters