Skip to content

Commit

Permalink
Remove a check that is not requied in config_sonic_basedon_testbed.ym…
Browse files Browse the repository at this point in the history
…l based on review comment
  • Loading branch information
sanmalho-git committed Feb 5, 2021
1 parent b665199 commit 933c5cc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ansible/config_sonic_basedon_testbed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,6 @@
- name: find all interface indexes mapping connecting to VM
set_fact:
interface_to_vms: "{{ interface_to_vms|default([]) + [ {'name': item.key, 'ports': item.value['interface_indexes'][dut_index|int] }] }}"
when: item.value|length
with_dict: "{{ vm_topo_config['vm'] }}"

- name: find all interface indexes connecting to VM
Expand Down

0 comments on commit 933c5cc

Please sign in to comment.