X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=tests%2Fvpp%2Fperf%2Fip4%2F2n1l-10ge2p1x710-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.robot;h=e8daa6484efa0bb5f938fa08045f008678b5dd82;hb=48c0b29eb90856d524b924e0576d2573785b9168;hp=96a1d64e4952e592a77f851302750164533a284a;hpb=dbbcb19c5c84ca068dba5baf307f7ca0ea7532f4;p=csit.git diff --git a/tests/vpp/perf/ip4/2n1l-10ge2p1x710-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.robot b/tests/vpp/perf/ip4/2n1l-10ge2p1x710-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.robot index 96a1d64e49..e8daa6484e 100644 --- a/tests/vpp/perf/ip4/2n1l-10ge2p1x710-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.robot +++ b/tests/vpp/perf/ip4/2n1l-10ge2p1x710-ethip4udp-nat44det-h1024-p63-s64512-ndrpdr.robot @@ -75,7 +75,11 @@ | ${in_mask}= | ${22} | ${out_net}= | 68.142.68.0 | ${out_mask}= | ${32} -# Traffic profile: +# Scale settings +| ${n_hosts}= | ${1024} +| ${n_ports}= | ${63} +| ${n_sessions}= | ${${n_hosts} * ${n_ports}} +# Traffic profile | ${traffic_profile}= | trex-stl-ethip4udp-1024u63p *** Keywords *** @@ -96,6 +100,13 @@ | | | | Set Test Variable | \${frame_size} | | +| | ${pre_stats}= | Create List +| | ... | clear-show-runtime-with-traffic | vpp-det44-verify-sessions +| | ... | vpp-clear-stats | vpp-enable-packettrace | vpp-enable-elog +| | Set Test Variable | ${pre_stats} +| | # Reduce the rate for pre_stat action +| | Set Test Variable | ${pre_stats_rate} | ${500000} +| | | | Given Set Max Rate And Jumbo | | And Add worker threads to all DUTs | ${phy_cores} | ${rxq} | | And Pre-initialize layer driver | ${nic_driver}