From 0d2779b2d3fe7f7060fa1b8e943734f88f81711f Mon Sep 17 00:00:00 2001 From: Martin Braun Date: Fri, 12 Nov 2021 18:30:37 +0100 Subject: tests: Remove skip_dram from streaming performance test script --- host/tests/streaming_performance/run_X3xx_max_rate_tests.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/host/tests/streaming_performance/run_X3xx_max_rate_tests.py b/host/tests/streaming_performance/run_X3xx_max_rate_tests.py index 373447212..d07696749 100755 --- a/host/tests/streaming_performance/run_X3xx_max_rate_tests.py +++ b/host/tests/streaming_performance/run_X3xx_max_rate_tests.py @@ -127,14 +127,14 @@ def run_tests_for_single_10G(path, addr, iterations, duration, use_dpdk=False): def run_tests_for_dual_10G(path, addr, second_addr, iterations, duration, use_dpdk=False): if use_dpdk == True: base_params = { - "args": ("addr={},second_addr={},skip_dram=1," + "args": ("addr={},second_addr={}," "enable_tx_dual_eth=1,use_dpdk=1") .format(addr, second_addr), "duration": duration } else: base_params = { - "args": "addr={},second_addr={},skip_dram=1,enable_tx_dual_eth=1" + "args": "addr={},second_addr={},enable_tx_dual_eth=1" .format(addr, second_addr), "duration": duration } -- cgit v1.2.3