We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67ea4ea commit 30281d4Copy full SHA for 30281d4
2 files changed
ansible/roles/test/tasks/lag_minlink.yml
@@ -45,7 +45,7 @@
45
connection: switch
46
47
- pause:
48
- seconds: 20
+ seconds: 35
49
50
- lag_facts: host={{ inventory_hostname }}
51
ansible/roles/test/tasks/single_lag_test.yml
@@ -31,9 +31,9 @@
31
- name: test fanout interface (physical) flap and lacp keep correct po status follow minimum links requirement
32
include: lag_minlink.yml
33
vars:
34
- wait_down_time: 20
+ wait_down_time: 35
35
36
-### Now figure out remote VM and interface info for the falpping lag member and run minlink test
+### Now figure out remote VM and interface info for the flapping lag member and run minlink test
37
- set_fact:
38
peer_device: "{{vm_neighbors[flap_intf]['name']}}"
39
neighbor_interface: "{{vm_neighbors[flap_intf]['port']}}"
0 commit comments