X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=tests%2Fdpdk%2Fperf%2F10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.robot;h=fc3b3060cc46327e3674d1859e67784a52352f4b;hb=HEAD;hp=285ce73dfbc42fb4f93302c77879be68b53759a5;hpb=01d8f262afc567c3d49a23c3cb2cdeaced8a6887;p=csit.git diff --git a/tests/dpdk/perf/10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.robot b/tests/dpdk/perf/10ge2p1x710-ethip4-ip4base-l3fwd-ndrpdr.robot index 285ce73dfb..d822e24f00 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) 2023 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 @@ -63,7 +63,7 @@ | ${osi_layer}= | L3 | ${overhead}= | ${0} # Traffic profile: -| ${traffic_profile}= | trex-stl-3n-ethip4-ip4dst253_l3fwd +| ${traffic_profile}= | trex-stl-ethip4-ip4dst253_l3fwd *** Keywords *** | Local Template @@ -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 ***