Skip to content

Commit

Permalink
Pre-commit attempt sonic-net#4
Browse files Browse the repository at this point in the history
  • Loading branch information
romanvasylys authored Jan 16, 2023
1 parent b8c1556 commit 16c7368
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/iface_namingmode/test_iface_namingmode.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@ def setup(duthosts, enum_rand_one_per_hwsku_frontend_hostname, tbinfo):
duthost.command(db_cmd)

upport_alias_list = [port_name_map[item] for item in up_ports]
portchannel_members = [member for portchannel in minigraph_portchannels.values() for member in portchannel['members']]
physical_interfaces = [item for item in up_ports if item not in portchannel_members]
portchannel_mems = [member for portchannel in minigraph_portchannels.values() for member in portchannel['members']]
physical_interfaces = [item for item in up_ports if item not in portchannel_mems]
setup_info = {
'default_interfaces': default_interfaces,
'minigraph_facts': minigraph_facts,
Expand Down

0 comments on commit 16c7368

Please sign in to comment.