-
Notifications
You must be signed in to change notification settings - Fork 744
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[MASIC] Make test_bgp_bounce.py support for multi-asic platforms (#5723)
* Update bgp_helpers.py To support multi-asic on test_bgp_bounce.py * Update multi_asic.py Move restart_bgp() from bgp_helpers.py to multi_asic.py, to make it work for multi-asic device. * Update bgp_helpers.py * Update multi_asic.py * Update bgp_helpers.py * Move restart_bgp(asic_index) back to bgp_helpers * Update multi_asic.py * Add back header for restart_bgp(asic_id) * Move restart_bgp on an asic to restart_bgp_on_asic * Add restart_bgp_on_asic call for per asic * Add import for wait_until in multi_asic.py * Add back reset_service same as original design * Change restart_bgp_on_asic Change restart_bgp_on_asic to restart_service_on_asic to make it more flexible to call * Change restart_bgp_on_asic Change restart_bgp_on_asic to restart_service_on_asic * Fix LGMT - unused import * Fix typo * Update multi_asic.py * Refine assertion message in multi_asic.py * Update assert message in bgp_helpers.py * Remove pyassert in bgp_helpers.py * Add is_service_fully_started_per_asic_or_host * Call is_service_fully_started_per_asic_or_host Call is_service_fully_started_per_asic_or_host in pyassert * Add comment * Fix LGMT - unused import
- Loading branch information
1 parent
cb8e51e
commit 0b86347
Showing
2 changed files
with
38 additions
and
25 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
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