Skip to content

Commit 30281d4

Browse files
jlevequelguohan
authored andcommitted
[lag] Increase wait time for LAG to change state to 35 seconds (#871)
1 parent 67ea4ea commit 30281d4

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

ansible/roles/test/tasks/lag_minlink.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
connection: switch
4646

4747
- pause:
48-
seconds: 20
48+
seconds: 35
4949

5050
- lag_facts: host={{ inventory_hostname }}
5151

ansible/roles/test/tasks/single_lag_test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@
3131
- name: test fanout interface (physical) flap and lacp keep correct po status follow minimum links requirement
3232
include: lag_minlink.yml
3333
vars:
34-
wait_down_time: 20
34+
wait_down_time: 35
3535

36-
### Now figure out remote VM and interface info for the falpping lag member and run minlink test
36+
### Now figure out remote VM and interface info for the flapping lag member and run minlink test
3737
- set_fact:
3838
peer_device: "{{vm_neighbors[flap_intf]['name']}}"
3939
neighbor_interface: "{{vm_neighbors[flap_intf]['port']}}"

0 commit comments

Comments
 (0)