Skip to content

Commit

Permalink
Fix backup port rfc2863 UT to 202012 branch issue
Browse files Browse the repository at this point in the history
  • Loading branch information
liuh-80 committed Oct 13, 2023
1 parent 2cb8241 commit 52021b0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/test_rfc2863.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ def mock_get_sync_d_from_all_namespace(per_namespace_func, dbs):
return [{'PortChannel999': [], 'PortChannel103': ['Ethernet120']}, # lag_name_if_name_map
{},
{1999: 'PortChannel999', 1103: 'PortChannel103'}, # oid_lag_name_map
{},
{}]

if per_namespace_func == sonic_ax_impl.mibs.init_sync_d_interface_tables:
Expand Down

0 comments on commit 52021b0

Please sign in to comment.