X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=tests%2Fvpp%2Fperf%2Fip4%2F2n1l-10ge2p1x710-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.robot;h=7ecdf09e44585df453440385687170e45f65066f;hb=2c0affb70d06918e6ba0c9409d4cb7afc39b603a;hp=fa2149304fa963cc58a810b525b8f251e70a9113;hpb=44e560e51b41b5af5931be3ffa027411269c288d;p=csit.git diff --git a/tests/vpp/perf/ip4/2n1l-10ge2p1x710-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.robot b/tests/vpp/perf/ip4/2n1l-10ge2p1x710-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.robot index fa2149304f..7ecdf09e44 100644 --- a/tests/vpp/perf/ip4/2n1l-10ge2p1x710-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.robot +++ b/tests/vpp/perf/ip4/2n1l-10ge2p1x710-ethip4udp-nat44ed-h16384-p63-s1032192-cps-ndrpdr.robot @@ -76,12 +76,15 @@ | ${dest_mask}= | ${18} # NAT settings | ${nat_mode}= | endpoint-dependent -| ${max_translations_per_thread}= | 655360 | ${in_net}= | 192.168.0.0 | ${in_mask}= | ${18} | ${out_net}= | 68.142.68.0 | ${out_net_end}= | 68.142.68.15 | ${out_mask}= | ${28} +# Scale settings +| ${n_hosts}= | ${16384} +| ${n_ports}= | ${63} +| ${n_sessions}= | ${${n_hosts} * ${n_ports}} # Traffic profile: | ${traffic_profile}= | trex-astf-ethip4udp-16384h | ${cps}= | ${1032192} @@ -120,6 +123,8 @@ | | And Add worker threads to all DUTs | ${phy_cores} | ${rxq} | | And Pre-initialize layer driver | ${nic_driver} | | And Add NAT to all DUTs | nat_mode=${nat_mode} +| | ${max_translations_per_thread}= | Compute Max Translations Per Thread +| | ... | ${n_sessions} | ${thr_count_int} | | And Add NAT max translations per thread to all DUTs | | ... | ${max_translations_per_thread} | | And Apply startup configuration on all VPP DUTs