diff options
author | Peter Mikus <pmikus@cisco.com> | 2018-04-18 17:09:33 +0200 |
---|---|---|
committer | Peter Mikus <pmikus@cisco.com> | 2018-04-20 06:21:16 +0000 |
commit | fa29619f47e2110b9a4001dea5c938e0395e795d (patch) | |
tree | 61e5751315801642ad4d3706b367b12b7d3bc60c /tests/vpp/perf/container_memif/40ge2p1xl710-eth-l2xcbase-eth-2memif-1lxc-mrr.robot | |
parent | c218278467bba79e9d862e9c908bd0a304dfe6cf (diff) |
FIX: Configure number of memif queus properly
Change-Id: I2dcb0300829bc961c80cc30d972d0563aeba9364
Signed-off-by: Peter Mikus <pmikus@cisco.com>
(cherry picked from commit c8b2f57cd09355e0e89e6b9d28930281573bec23)
Diffstat (limited to 'tests/vpp/perf/container_memif/40ge2p1xl710-eth-l2xcbase-eth-2memif-1lxc-mrr.robot')
-rw-r--r-- | tests/vpp/perf/container_memif/40ge2p1xl710-eth-l2xcbase-eth-2memif-1lxc-mrr.robot | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/vpp/perf/container_memif/40ge2p1xl710-eth-l2xcbase-eth-2memif-1lxc-mrr.robot b/tests/vpp/perf/container_memif/40ge2p1xl710-eth-l2xcbase-eth-2memif-1lxc-mrr.robot index 92988b366e..0160bf2b46 100644 --- a/tests/vpp/perf/container_memif/40ge2p1xl710-eth-l2xcbase-eth-2memif-1lxc-mrr.robot +++ b/tests/vpp/perf/container_memif/40ge2p1xl710-eth-l2xcbase-eth-2memif-1lxc-mrr.robot @@ -61,7 +61,7 @@ # CPU settings | ${system_cpus}= | ${1} | ${vpp_cpus}= | ${5} -| ${container_cpus}= | ${3} +| ${container_cpus}= | ${5} *** Keywords *** | Check RR for l2xcbase-eth-2memif-1lxc @@ -85,7 +85,7 @@ | | And Run Keyword If | ${get_framesize} < ${1522} | | ... | Add no multi seg to all DUTs | | And Apply startup configuration on all VPP DUTs -| | And Initialize L2 xconnect for '1' memif pairs in 3-node circular topology +| | And Initialize L2 xconnect for '1' memif pairs and '${rxq}' rxqueues in 3-node circular topology | | Then Traffic should pass with maximum rate | ${perf_trial_duration} | | ... | ${max_rate}pps | ${framesize} | ${traffic_profile} |