Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 1 addition & 5 deletions ansible/roles/test/tasks/single_lag_lacp_rate_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,8 @@
neighbor_interface: "{{vm_neighbors[flap_intf]['port']}}"
peer_hwsku: 'Arista-VM'

##############################################################################################
##### TODO: use minigraph/and VM configuration to figure out neighbor host access info #####
##### try not using lldp dynamic info to find neighbor access
##############################################################################################
- set_fact:
peer_host: "{{ lldp[flap_intf]['chassis']['mgmt-ip'] }}"
peer_host: "{{ minigraph_devices[peer_device]['mgmt_addr'] }}"

### Now prepare for the remote VM interfaces that using PTF docker to check teh LACP DU packet rate is correct

Expand Down
6 changes: 1 addition & 5 deletions ansible/roles/test/tasks/single_lag_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,8 @@
neighbor_interface: "{{vm_neighbors[flap_intf]['port']}}"
peer_hwsku: 'Arista-VM'

##############################################################################################
##### TODO: use minigraph/and VM configuration to figure out neighbor host access info #####
##### try not using lldp dynamic info to find neighbor access
##############################################################################################
- set_fact:
peer_host: "{{ lldp[flap_intf]['chassis']['mgmt-ip'] }}"
peer_host: "{{ minigraph_devices[peer_device]['mgmt_addr'] }}"

- name: test vm interface flap (no physical port down, more like remote port lock) that lag interface can change to correct po status follow minimum links requirement
include: lag_minlink.yml
Expand Down