Skip to content

Commit

Permalink
Correcting client arguments to dynamically_compensate_leakout
Browse files Browse the repository at this point in the history
  • Loading branch information
arista-nwolfe committed Dec 19, 2024
1 parent 071bdfe commit bace28a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/saitests/py3/sai_qos_tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -4514,7 +4514,7 @@ def runTest(self):
time.sleep(8)

if pg_min_pkts_num > 0 and check_leackout_compensation_support(asic_type, hwsku):
dynamically_compensate_leakout(self.src_client, asic_type, sai_thrift_read_port_counters,
dynamically_compensate_leakout(self.dst_client, asic_type, sai_thrift_read_port_counters,
port_list['dst'][dst_port_id], TRANSMITTED_PKTS,
xmit_counters_history, self, src_port_id, pkt, 40)

Expand Down Expand Up @@ -4581,7 +4581,7 @@ def runTest(self):
and (pkts_num <= 1 + margin)
and check_leackout_compensation_support(asic_type, hwsku)
):
dynamically_compensate_leakout(self.src_client, asic_type, sai_thrift_read_port_counters,
dynamically_compensate_leakout(self.dst_client, asic_type, sai_thrift_read_port_counters,
port_list['dst'][dst_port_id], TRANSMITTED_PKTS,
xmit_counters_history, self, src_port_id, pkt, 40)

Expand Down

0 comments on commit bace28a

Please sign in to comment.