X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=tests%2Fvpp%2Fperf%2Fl2%2F25ge2p1xxv710-avf-eth-l2xcbase-mrr.robot;h=3b8fea9fcdb22a93a8e8c2c4a5b8e7193bca1a85;hp=4da17b4f1e1a82696f3d46cec59963c40bb095e6;hb=2e5bd238d151a9002f4f6231f9c4eea43a37348b;hpb=8de6fce0a2974ea44d4817e81e54ce2ca31ca45e diff --git a/tests/vpp/perf/l2/25ge2p1xxv710-avf-eth-l2xcbase-mrr.robot b/tests/vpp/perf/l2/25ge2p1xxv710-avf-eth-l2xcbase-mrr.robot index 4da17b4f1e..3b8fea9fcd 100644 --- a/tests/vpp/perf/l2/25ge2p1xxv710-avf-eth-l2xcbase-mrr.robot +++ b/tests/vpp/perf/l2/25ge2p1xxv710-avf-eth-l2xcbase-mrr.robot @@ -49,11 +49,11 @@ *** Variables *** # XXV710-DA2 bandwidth limit ~50Gbps/2=25Gbps -| ${s_25G} | ${25000000000} +| ${s_25G}= | ${25000000000} # XXV710-DA2 Mpps limit 37.5Mpps/2=18.75Mpps -| ${s_18.75Mpps} | ${18750000} +| ${s_18.75Mpps}= | ${18750000} # Traffic profile: -| ${traffic_profile} | trex-sl-3n-ethip4-ip4src254 +| ${traffic_profile}= | trex-sl-3n-ethip4-ip4src254 *** Keywords *** | Local template @@ -77,7 +77,7 @@ | | ... | ${s_25G} | ${framesize} | pps_limit=${s_18.75Mpps} | | And Apply startup configuration on all VPP DUTs | | When Initialize AVF interfaces -| | And Initialize L2 xconnect in circular topology +| | And Initialize L2 Xconnect In 3-node Circular Topology | | Then Traffic should pass with maximum rate | | ... | ${max_rate}pps | ${framesize} | ${traffic_profile} @@ -86,34 +86,34 @@ | | [Tags] | 64B | 1C | | framesize=${64} | phy_cores=${1} -| tc02-1518B-1c-avf-eth-l2xcbase-mrr -| | [Tags] | 1518B | 1C -| | framesize=${1518} | phy_cores=${1} - -| tc04-IMIX-1c-avf-eth-l2xcbase-mrr -| | [Tags] | IMIX | 1C -| | framesize=IMIX_v4_1 | phy_cores=${1} - -| tc05-64B-2c-avf-eth-l2xcbase-mrr +| tc02-64B-2c-avf-eth-l2xcbase-mrr | | [Tags] | 64B | 2C | | framesize=${64} | phy_cores=${2} -| tc06-1518B-2c-avf-eth-l2xcbase-mrr -| | [Tags] | 1518B | 2C -| | framesize=${1518} | phy_cores=${2} - -| tc08-IMIX-2c-avf-eth-l2xcbase-mrr -| | [Tags] | IMIX | 2C -| | framesize=IMIX_v4_1 | phy_cores=${2} - -| tc09-64B-4c-avf-eth-l2xcbase-mrr +| tc03-64B-4c-avf-eth-l2xcbase-mrr | | [Tags] | 64B | 4C | | framesize=${64} | phy_cores=${4} -| tc10-1518B-4c-avf-eth-l2xcbase-mrr +| tc04-1518B-1c-avf-eth-l2xcbase-mrr +| | [Tags] | 1518B | 1C +| | framesize=${1518} | phy_cores=${1} + +| tc05-1518B-2c-avf-eth-l2xcbase-mrr +| | [Tags] | 1518B | 2C +| | framesize=${1518} | phy_cores=${2} + +| tc06-1518B-4c-avf-eth-l2xcbase-mrr | | [Tags] | 1518B | 4C | | framesize=${1518} | phy_cores=${4} +| tc10-IMIX-1c-avf-eth-l2xcbase-mrr +| | [Tags] | IMIX | 1C +| | framesize=IMIX_v4_1 | phy_cores=${1} + +| tc11-IMIX-2c-avf-eth-l2xcbase-mrr +| | [Tags] | IMIX | 2C +| | framesize=IMIX_v4_1 | phy_cores=${2} + | tc12-IMIX-4c-avf-eth-l2xcbase-mrr | | [Tags] | IMIX | 4C | | framesize=IMIX_v4_1 | phy_cores=${4}