Skip to content

Commit 8827ddd

Browse files
committed
Update background traffic to make pfcwd timer accuracy test more stable
Update background traffic to make pfcwd timer accuracy test more stable Change-Id: I2d3146b4bd1a0601e4cfed3c5044381577504dcd
1 parent 4db1dc0 commit 8827ddd

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)