Skip to content

Commit 7617bff

Browse files
echuawugshemesh2
authored andcommitted
Update background traffic to make pfcwd timer accuracy test more stable (sonic-net#16300)
Update background traffic to make pfcwd timer accuracy test more stable Change-Id: I2d3146b4bd1a0601e4cfed3c5044381577504dcd Signed-off-by: Guy Shemesh <[email protected]>
1 parent 3c8bf38 commit 7617bff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/pfcwd/test_pfcwd_timer_accuracy.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ def run_test(self, setup_info):
191191
test_ports_info = setup_info['test_ports']
192192
queues = [self.storm_handle.pfc_queue_idx]
193193

194-
with send_background_traffic(self.dut, self.ptf, queues, selected_test_ports, test_ports_info):
194+
with send_background_traffic(self.dut, self.ptf, queues, selected_test_ports, test_ports_info, pkt_count=500):
195195
self.storm_handle.start_storm()
196196
logger.info("Wait for queue to recover from PFC storm")
197197
time.sleep(32)

0 commit comments

Comments
 (0)