diff options
author | Peter Mikus <pmikus@cisco.com> | 2019-01-30 15:08:49 +0000 |
---|---|---|
committer | Peter Mikus <pmikus@cisco.com> | 2019-01-30 18:50:27 +0000 |
commit | 79bea620d100aad33549249636b13d089c09ef5f (patch) | |
tree | f927c7803b73eda7e7da1df715eb0b34ff622b85 /tests/vpp/perf/container_memif/2n-10ge2p1x710-eth-l2bd-eth-2memif-1pipe-2dcr-vppip4-mrr.robot | |
parent | 3e287ff7ac87b803fc72a5a96c5d9dbf18af44b9 (diff) |
FIX: Hardcode nf_density RXQ count to 1
Change-Id: I7ca3b2ce4f4c9d8b452d9de63e7466482d15aa50
Signed-off-by: Peter Mikus <pmikus@cisco.com>
(cherry picked from commit c17a7406971d2ef28dbfcceb989b545588854e6a)
Diffstat (limited to 'tests/vpp/perf/container_memif/2n-10ge2p1x710-eth-l2bd-eth-2memif-1pipe-2dcr-vppip4-mrr.robot')
-rw-r--r-- | tests/vpp/perf/container_memif/2n-10ge2p1x710-eth-l2bd-eth-2memif-1pipe-2dcr-vppip4-mrr.robot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/vpp/perf/container_memif/2n-10ge2p1x710-eth-l2bd-eth-2memif-1pipe-2dcr-vppip4-mrr.robot b/tests/vpp/perf/container_memif/2n-10ge2p1x710-eth-l2bd-eth-2memif-1pipe-2dcr-vppip4-mrr.robot index b2f9672e83..d6c9e137b7 100644 --- a/tests/vpp/perf/container_memif/2n-10ge2p1x710-eth-l2bd-eth-2memif-1pipe-2dcr-vppip4-mrr.robot +++ b/tests/vpp/perf/container_memif/2n-10ge2p1x710-eth-l2bd-eth-2memif-1pipe-2dcr-vppip4-mrr.robot @@ -86,7 +86,7 @@ | | And Set up performance test with containers | | ... | nf_chains=${1} | nf_nodes=${2} | auto_scale=${False} | | And Initialize L2 Bridge Domain for multiple pipelines with memif pairs -| | ... | nf_chains=${1} | nf_nodes=${2} +| | ... | nf_chains=${1} | nf_nodes=${2} | auto_scale=${False} | | Then Traffic should pass with maximum rate | | ... | ${max_rate}pps | ${framesize} | ${traffic_profile} |