X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=tests%2Fdpdk%2Fperf%2F2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.robot;h=0b65b37fe3a62bfa30f1a9fbe59bbbb5a656d1a9;hp=c7dd40cff82eb3a0ba99e96e5fc7a3476b43d17e;hb=1cd46e5b0125f405af0aa6c9aa715f543428f1d7;hpb=9b2e7742555b773b6755833e688265b858ce0f6f diff --git a/tests/dpdk/perf/2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.robot b/tests/dpdk/perf/2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.robot index c7dd40cff8..0b65b37fe3 100644 --- a/tests/dpdk/perf/2n1l-10ge2p1x710-eth-l2xcbase-testpmd-ndrpdr.robot +++ b/tests/dpdk/perf/2n1l-10ge2p1x710-eth-l2xcbase-testpmd-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.TestpmdTest | | Force Tags | 2_NODE_SINGLE_LINK_TOPO | HW_ENV | PERFTEST | NDRPDR | 1NUMA | ... | NIC_Intel-X710 | DPDK | ETH | L2XCFWD | BASE @@ -78,7 +78,8 @@ | | | | Given Set Max Rate And Jumbo | | And Pre-initialize layer driver | ${nic_driver} -| | When Start testpmd on all DUTs | ${phy_cores} | ${rxq} | ${jumbo} +| | When Start testpmd on all DUTs | ${nodes} | ${topology_info} +| | ... | ${phy_cores} | ${rxq} | ${jumbo} | | Then Find NDR and PDR intervals using optimized search *** Test Cases ***