From f83793575f4d9ac462a70eb505b55463dab849df Mon Sep 17 00:00:00 2001 From: pmikus Date: Wed, 3 Nov 2021 07:30:41 +0000 Subject: [PATCH] fix(Tests): Hoststack drivers Signed-off-by: pmikus Change-Id: If98f575503a59106fe8b94d5c683881412ea4f1c --- .../2n1l-10ge2p1x710-eth-ip4tcphttp-ldpreload-nginx-1_14_2-cps.robot | 2 -- .../2n1l-10ge2p1x710-eth-ip4tcphttp-ldpreload-nginx-1_14_2-rps.robot | 2 -- .../2n1l-10ge2p1x710-eth-ip4tcphttp-ldpreload-nginx-1_15_0-cps.robot | 2 -- .../2n1l-10ge2p1x710-eth-ip4tcphttp-ldpreload-nginx-1_15_0-rps.robot | 2 -- 4 files changed, 8 deletions(-) diff --git a/tests/vpp/perf/hoststack/2n1l-10ge2p1x710-eth-ip4tcphttp-ldpreload-nginx-1_14_2-cps.robot b/tests/vpp/perf/hoststack/2n1l-10ge2p1x710-eth-ip4tcphttp-ldpreload-nginx-1_14_2-cps.robot index d7ac4cd359..e27254ccd7 100644 --- a/tests/vpp/perf/hoststack/2n1l-10ge2p1x710-eth-ip4tcphttp-ldpreload-nginx-1_14_2-cps.robot +++ b/tests/vpp/perf/hoststack/2n1l-10ge2p1x710-eth-ip4tcphttp-ldpreload-nginx-1_14_2-cps.robot @@ -72,8 +72,6 @@ | | FOR | ${dut} | IN | @{duts} | | | Import Library | resources.libraries.python.VppConfigGenerator | | | ... | WITH NAME | ${dut} -| | | Run keyword | ${dut}.Add DPDK Dev Default RXQ | ${dp_count_int} -| | | Run keyword | ${dut}.Add DPDK Dev Default RXD | ${512} | | | Run keyword | ${dut}.Add Session Event Queues Memfd Segment | | | Run keyword | ${dut}.Add tcp congestion control algorithm | | | Run keyword | ${dut}.Add session enable diff --git a/tests/vpp/perf/hoststack/2n1l-10ge2p1x710-eth-ip4tcphttp-ldpreload-nginx-1_14_2-rps.robot b/tests/vpp/perf/hoststack/2n1l-10ge2p1x710-eth-ip4tcphttp-ldpreload-nginx-1_14_2-rps.robot index 039e8a6928..71d2898ad4 100644 --- a/tests/vpp/perf/hoststack/2n1l-10ge2p1x710-eth-ip4tcphttp-ldpreload-nginx-1_14_2-rps.robot +++ b/tests/vpp/perf/hoststack/2n1l-10ge2p1x710-eth-ip4tcphttp-ldpreload-nginx-1_14_2-rps.robot @@ -72,8 +72,6 @@ | | FOR | ${dut} | IN | @{duts} | | | Import Library | resources.libraries.python.VppConfigGenerator | | | ... | WITH NAME | ${dut} -| | | Run keyword | ${dut}.Add DPDK Dev Default RXQ | ${dp_count_int} -| | | Run keyword | ${dut}.Add DPDK Dev Default RXD | ${512} | | | Run keyword | ${dut}.Add Session Event Queues Memfd Segment | | | Run keyword | ${dut}.Add tcp congestion control algorithm | | | Run keyword | ${dut}.Add session enable diff --git a/tests/vpp/perf/hoststack/2n1l-10ge2p1x710-eth-ip4tcphttp-ldpreload-nginx-1_15_0-cps.robot b/tests/vpp/perf/hoststack/2n1l-10ge2p1x710-eth-ip4tcphttp-ldpreload-nginx-1_15_0-cps.robot index 5993901bee..a1cadd7020 100644 --- a/tests/vpp/perf/hoststack/2n1l-10ge2p1x710-eth-ip4tcphttp-ldpreload-nginx-1_15_0-cps.robot +++ b/tests/vpp/perf/hoststack/2n1l-10ge2p1x710-eth-ip4tcphttp-ldpreload-nginx-1_15_0-cps.robot @@ -72,8 +72,6 @@ | | FOR | ${dut} | IN | @{duts} | | | Import Library | resources.libraries.python.VppConfigGenerator | | | ... | WITH NAME | ${dut} -| | | Run keyword | ${dut}.Add DPDK Dev Default RXQ | ${dp_count_int} -| | | Run keyword | ${dut}.Add DPDK Dev Default RXD | ${512} | | | Run keyword | ${dut}.Add Session Event Queues Memfd Segment | | | Run keyword | ${dut}.Add tcp congestion control algorithm | | | Run keyword | ${dut}.Add session enable diff --git a/tests/vpp/perf/hoststack/2n1l-10ge2p1x710-eth-ip4tcphttp-ldpreload-nginx-1_15_0-rps.robot b/tests/vpp/perf/hoststack/2n1l-10ge2p1x710-eth-ip4tcphttp-ldpreload-nginx-1_15_0-rps.robot index 72cbf17212..9dfe2be13d 100644 --- a/tests/vpp/perf/hoststack/2n1l-10ge2p1x710-eth-ip4tcphttp-ldpreload-nginx-1_15_0-rps.robot +++ b/tests/vpp/perf/hoststack/2n1l-10ge2p1x710-eth-ip4tcphttp-ldpreload-nginx-1_15_0-rps.robot @@ -72,8 +72,6 @@ | | FOR | ${dut} | IN | @{duts} | | | Import Library | resources.libraries.python.VppConfigGenerator | | | ... | WITH NAME | ${dut} -| | | Run keyword | ${dut}.Add DPDK Dev Default RXQ | ${dp_count_int} -| | | Run keyword | ${dut}.Add DPDK Dev Default RXD | ${512} | | | Run keyword | ${dut}.Add Session Event Queues Memfd Segment | | | Run keyword | ${dut}.Add tcp congestion control algorithm | | | Run keyword | ${dut}.Add session enable -- 2.16.6