forked from sonic-net/sonic-mgmt
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix random toggle fixtures (sonic-net#6311)
Approach What is the motivation for this PR? Fix the following three fixtures: * toggle_all_simulator_ports_to_rand_selected_tor * toggle_all_simulator_ports_to_rand_unselected_tor * toggle_all_simulator_ports_to_rand_selected_tor_m Those fixtures doesn't have decent time waiting for toggle finish. This is because, without icmp_responder running, when linkmgrd enters (unknown, active, up) states, it will suspend heartbeats, and the suspension will be at most around 50 ~ 60 seconds, and linkmgrd only reprobes the mux state after the suspension. So this PR is to enlarge the time waiting for toggle sucess. Signed-off-by: Longxiang Lyu lolv@microsoft.com How did you do it? As above. How did you verify/test it?
- Loading branch information
Showing
1 changed file
with
28 additions
and
43 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