From 1cd46e5b0125f405af0aa6c9aa715f543428f1d7 Mon Sep 17 00:00:00 2001 From: Viliam Luc Date: Fri, 1 Jul 2022 10:53:51 +0200 Subject: fix: start testpmd and l3fwd in 3 cycles Signed-off-by: Viliam Luc Change-Id: I935ee5cf5bd7e760ef29fdc338f981e4e7cc333f --- tests/dpdk/perf/10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.robot | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'tests/dpdk/perf/10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.robot') diff --git a/tests/dpdk/perf/10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.robot b/tests/dpdk/perf/10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.robot index 285ce73dfb..58d9ce7512 100644 --- a/tests/dpdk/perf/10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.robot +++ b/tests/dpdk/perf/10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.robot @@ -1,4 +1,4 @@ -# Copyright (c) 2021 Cisco and/or its affiliates. +# Copyright (c) 2022 Cisco and/or its affiliates. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at: @@ -13,8 +13,8 @@ *** Settings *** | Resource | resources/libraries/robot/shared/default.robot -| Resource | resources/libraries/robot/dpdk/default.robot | Library | resources.libraries.python.DPDK.DPDKTools +| Library | resources.libraries.python.DPDK.L3fwdTest | | Force Tags | 3_NODE_SINGLE_LINK_TOPO | PERFTEST | HW_ENV | NDRPDR | 1NUMA | ... | NIC_Intel-X710 | DPDK | IP4FWD | BASE | ETH @@ -78,7 +78,8 @@ | | | | Given Set Max Rate And Jumbo | | And Pre-initialize layer driver | ${nic_driver} -| | When Start L3FWD on all DUTs | ${phy_cores} | ${rxq} | ${jumbo} +| | When Start l3fwd on all DUTs | ${nodes} | ${topology_info} +| | ... | ${phy_cores} | ${rxq} | ${jumbo} | | Then Find NDR and PDR intervals using optimized search *** Test Cases *** -- cgit 1.2.3-korg