Skip to content

Commit

Permalink
fix qos sai issue (sonic-net#10115)
Browse files Browse the repository at this point in the history
FIx qos sai issue: sonic-net#9918
  • Loading branch information
JibinBao authored Oct 4, 2023
1 parent 033aed2 commit 7d967f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/qos/qos_sai_base.py
Original file line number Diff line number Diff line change
Expand Up @@ -832,7 +832,7 @@ def dutConfig(
dutPortIps[src_dut_index] = {}
dutPortIps[src_dut_index][src_asic_index] = {}
dualTorPortIndexes[src_dut_index] = {}
dualTorPortIndexes[src_dut_index][src_asic_index] = {}
dualTorPortIndexes[src_dut_index][src_asic_index] = []
if 'backend' in topo:
intf_map = src_mgFacts["minigraph_vlan_sub_interfaces"]
else:
Expand Down

0 comments on commit 7d967f8

Please sign in to comment.