diff options
author | Peter Mikus <pmikus@cisco.com> | 2018-07-24 08:55:53 +0000 |
---|---|---|
committer | Vratko Polak <vrpolak@cisco.com> | 2018-07-24 13:34:11 +0200 |
commit | 491fea98425d47eb02a5581666815557c57ef935 (patch) | |
tree | 1e631f73c2516120f42e7785762298a505133af5 /tests/vpp/perf/ip6/2n1l-25ge2p1xxv710-ethip6-ip6base-mrr.robot | |
parent | 83bba1edaebd4a9a9b9c752bc75db318660a117e (diff) |
CSIT-1097: Unify max NIC bandwidth in ip4
Also, minor fix in ip6.
Change-Id: I3a23e49d2162e34a1d2a8671ae9f7e74b832315c
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
Diffstat (limited to 'tests/vpp/perf/ip6/2n1l-25ge2p1xxv710-ethip6-ip6base-mrr.robot')
-rw-r--r-- | tests/vpp/perf/ip6/2n1l-25ge2p1xxv710-ethip6-ip6base-mrr.robot | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/vpp/perf/ip6/2n1l-25ge2p1xxv710-ethip6-ip6base-mrr.robot b/tests/vpp/perf/ip6/2n1l-25ge2p1xxv710-ethip6-ip6base-mrr.robot index eacbafdd2d..8828e9a8d0 100644 --- a/tests/vpp/perf/ip6/2n1l-25ge2p1xxv710-ethip6-ip6base-mrr.robot +++ b/tests/vpp/perf/ip6/2n1l-25ge2p1xxv710-ethip6-ip6base-mrr.robot @@ -45,8 +45,8 @@ | ... | *[Ref] Applicable standard specifications:* RFC2544. *** Variables *** -# XXV710-DA2 bandwidth limit ~50Gbps/2=25Gbps -| ${s_25G} | ${25000000000} +# XXV710-DA2 bandwidth limit ~49Gbps/2=24.5Gbps +| ${s_24.5G} | ${24500000000} # XXV710-DA2 Mpps limit 37.5Mpps/2=18.75Mpps | ${s_18.75Mpps} | ${18750000} # Traffic profile: @@ -71,7 +71,7 @@ | | Given Add worker threads and rxqueues to all DUTs | ${phy_cores} | ${rxq} | | And Add PCI devices to all DUTs | | ${max_rate} | ${jumbo} = | Get Max Rate And Jumbo And Handle Multi Seg -| | ... | ${s_25G} | ${framesize} | pps_limit=${s_18.75Mpps} +| | ... | ${s_24.5G} | ${framesize} | pps_limit=${s_18.75Mpps} | | And Apply startup configuration on all VPP DUTs | | And Initialize IPv6 forwarding in 2-node circular topology | | Then Traffic should pass with maximum rate |