Skip to content

Commit

Permalink
Fix backup port rfc2863 UT to 202012 branch issue (#298)
Browse files Browse the repository at this point in the history
Fix IfHighSpeed UT issue on 202012

#### Work item tracking
Microsoft ADO (number only): 25199873

**- What I did**
Fix IfHighSpeed UT issue on 202012

**- How I did it**
Fix UT backport issue by remove unnecessary mock data.

**- How to verify it**
Pass all UT

**- Description for the changelog**
Fix IfHighSpeed UT issue on 202012
  • Loading branch information
liuh-80 authored and qiluo-msft committed Oct 19, 2023
1 parent fa94798 commit 622b771
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 622b771

Please sign in to comment.