X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=tests%2Fvpp%2Fperf%2Fnfv_density%2Fdcr_memif%2Fchain%2F2n-10ge2p1x710-eth-l2bd-1ch-20mif-10dcr1t-vppip4-ndrpdr.robot;h=c96104c8b503accbbb4b3f02694c5a920cf1bd91;hb=ac89ba8a39355a4a761508870ea0e08212ef7aee;hp=6b5ad5c83cc4a32fdfdb958356b89eba824cedcb;hpb=1577123a3c27541181097cb4186aa8855f20b1cc;p=csit.git diff --git a/tests/vpp/perf/nfv_density/dcr_memif/chain/2n-10ge2p1x710-eth-l2bd-1ch-20mif-10dcr1t-vppip4-ndrpdr.robot b/tests/vpp/perf/nfv_density/dcr_memif/chain/2n-10ge2p1x710-eth-l2bd-1ch-20mif-10dcr1t-vppip4-ndrpdr.robot index 6b5ad5c83c..c96104c8b5 100644 --- a/tests/vpp/perf/nfv_density/dcr_memif/chain/2n-10ge2p1x710-eth-l2bd-1ch-20mif-10dcr1t-vppip4-ndrpdr.robot +++ b/tests/vpp/perf/nfv_density/dcr_memif/chain/2n-10ge2p1x710-eth-l2bd-1ch-20mif-10dcr1t-vppip4-ndrpdr.robot @@ -50,11 +50,15 @@ *** Variables *** | @{plugins_to_enable}= | dpdk_plugin.so | memif_plugin.so -| ${osi_layer}= | L3 +| ${crypto_type}= | ${None} | ${nic_name}= | Intel-X710 +| ${nic_driver}= | vfio-pci +| ${osi_layer}= | L3 | ${overhead}= | ${0} | ${nf_dtcr}= | ${2} | ${nf_dtc}= | ${0.5} +| ${nf_chains}= | ${1} +| ${nf_nodes}= | ${10} # Traffic profile: | ${traffic_profile}= | trex-sl-2n3n-ethip4-ip4src254-1c10n # Container @@ -78,14 +82,17 @@ | | ... | | Set Test Variable | \${frame_size} | | ... -| | Given Add worker threads and rxqueues to all DUTs | ${phy_cores} | ${rxq} -| | And Add PCI devices to all DUTs -| | And Set Max Rate And Jumbo And Handle Multi Seg +| | Given Set Max Rate And Jumbo +| | And Add worker threads to all DUTs | ${phy_cores} | ${rxq} +| | And Pre-initialize layer driver | ${nic_driver} | | And Apply startup configuration on all VPP DUTs -| | And Start containers for performance test -| | ... | nf_chains=${1} | nf_nodes=${10} | auto_scale=${False} +| | When Initialize layer driver | ${nic_driver} +| | And 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 chains with memif pairs -| | ... | nf_chains=${1} | nf_nodes=${10} | 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 ***