diff options
author | Peter Mikus <pmikus@cisco.com> | 2019-08-19 11:49:07 +0000 |
---|---|---|
committer | Peter Mikus <pmikus@cisco.com> | 2019-08-20 07:59:37 +0000 |
commit | 329e0acee1cf31c6524883e15560993af76f0fad (patch) | |
tree | f730742ec11cbebe71e96b1d03e8bbdeddca9cea /tests/vpp/perf/nfv_density/dcr_memif/chain/2n-10ge2p1x710-eth-l2bd-2ch-16mif-8dcr1t-vppip4-ndrpdr.robot | |
parent | baa47eee42b9b1f5fd4d19f0d4549f3baeac8354 (diff) |
Align NF_denisty tests
+ Apply layer approach for interfaces
Signed-off-by: Peter Mikus <pmikus@cisco.com>
Change-Id: I6c1898b9833f9f42b8912f1b521e30093360d7ea
Diffstat (limited to 'tests/vpp/perf/nfv_density/dcr_memif/chain/2n-10ge2p1x710-eth-l2bd-2ch-16mif-8dcr1t-vppip4-ndrpdr.robot')
-rw-r--r-- | tests/vpp/perf/nfv_density/dcr_memif/chain/2n-10ge2p1x710-eth-l2bd-2ch-16mif-8dcr1t-vppip4-ndrpdr.robot | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/tests/vpp/perf/nfv_density/dcr_memif/chain/2n-10ge2p1x710-eth-l2bd-2ch-16mif-8dcr1t-vppip4-ndrpdr.robot b/tests/vpp/perf/nfv_density/dcr_memif/chain/2n-10ge2p1x710-eth-l2bd-2ch-16mif-8dcr1t-vppip4-ndrpdr.robot index d7c5a889e1..235ebd554d 100644 --- a/tests/vpp/perf/nfv_density/dcr_memif/chain/2n-10ge2p1x710-eth-l2bd-2ch-16mif-8dcr1t-vppip4-ndrpdr.robot +++ b/tests/vpp/perf/nfv_density/dcr_memif/chain/2n-10ge2p1x710-eth-l2bd-2ch-16mif-8dcr1t-vppip4-ndrpdr.robot @@ -55,6 +55,8 @@ | ${overhead}= | ${0} | ${nf_dtcr}= | ${2} | ${nf_dtc}= | ${0.5} +| ${nf_chains}= | ${2} +| ${nf_nodes}= | ${4} # Traffic profile: | ${traffic_profile}= | trex-sl-2n3n-ethip4-ip4src254-2c4n # 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 +| | When Initialize layer interface +| | ... | count=${nf_chains} | | And Start containers for test -| | ... | nf_chains=${2} | nf_nodes=${4} | auto_scale=${False} +| | ... | nf_chains=${nf_chains} | nf_nodes=${nf_nodes} | auto_scale=${False} | | And Initialize L2 Bridge Domain for multiple chains with memif pairs -| | ... | nf_chains=${2} | nf_nodes=${4} | 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 *** |