X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=tests%2Fvpp%2Fperf%2Fnfv_density%2Fdcr_memif%2Fpipeline%2F2n-10ge2p1x710-eth-l2bd-4pl-8mif-8dcr2t-vppip4-ndrpdr.robot;h=2814a82039584f692db127250a53f1b8c5665e13;hp=64136c5c3f713e7783d05ccd7f05d219c045c6c9;hb=c45663ee4021100a1639e5e8b03d7dbe4b07a3af;hpb=1577123a3c27541181097cb4186aa8855f20b1cc diff --git a/tests/vpp/perf/nfv_density/dcr_memif/pipeline/2n-10ge2p1x710-eth-l2bd-4pl-8mif-8dcr2t-vppip4-ndrpdr.robot b/tests/vpp/perf/nfv_density/dcr_memif/pipeline/2n-10ge2p1x710-eth-l2bd-4pl-8mif-8dcr2t-vppip4-ndrpdr.robot index 64136c5c3f..2814a82039 100644 --- a/tests/vpp/perf/nfv_density/dcr_memif/pipeline/2n-10ge2p1x710-eth-l2bd-4pl-8mif-8dcr2t-vppip4-ndrpdr.robot +++ b/tests/vpp/perf/nfv_density/dcr_memif/pipeline/2n-10ge2p1x710-eth-l2bd-4pl-8mif-8dcr2t-vppip4-ndrpdr.robot @@ -55,6 +55,8 @@ | ${overhead}= | ${0} | ${nf_dtcr}= | ${1} | ${nf_dtc}= | ${1} +| ${nf_chains}= | ${4} +| ${nf_nodes}= | ${2} # Traffic profile: | ${traffic_profile}= | trex-sl-2n3n-ethip4-ip4src254-4c2n # Container @@ -82,10 +84,12 @@ | | And Add PCI devices to all DUTs | | And Set Max Rate And Jumbo And Handle Multi Seg | | And Apply startup configuration on all VPP DUTs -| | And Start containers for performance test -| | ... | nf_chains=${4} | nf_nodes=${2} | auto_scale=${False} +| | When Initialize layer interface +| | ... | count=${nf_chains} +| | And Start containers for test +| | ... | nf_chains=${nf_chains} | nf_nodes=${nf_nodes} | auto_scale=${False} | | And Initialize L2 Bridge Domain for multiple pipelines with memif pairs -| | ... | nf_chains=${4} | nf_nodes=${2} | auto_scale=${False} +| | ... | nf_chains=${nf_chains} | nf_nodes=${nf_nodes} | auto_scale=${False} | | Then Find NDR and PDR intervals using optimized search *** Test Cases ***