diff options
Diffstat (limited to 'tests/trex/perf/ip4')
-rw-r--r-- | tests/trex/perf/ip4/1n1l-10ge2p1x710-ethip4-ip4scale20k-tg-ndrpdr.robot (renamed from tests/trex/perf/ip4/1n1l-10ge2p1x710-ethip4-ip4scale2m-tg-ndrpdr.robot) | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/tests/trex/perf/ip4/1n1l-10ge2p1x710-ethip4-ip4scale2m-tg-ndrpdr.robot b/tests/trex/perf/ip4/1n1l-10ge2p1x710-ethip4-ip4scale20k-tg-ndrpdr.robot index 83f7b6cecc..b227eb7d6e 100644 --- a/tests/trex/perf/ip4/1n1l-10ge2p1x710-ethip4-ip4scale2m-tg-ndrpdr.robot +++ b/tests/trex/perf/ip4/1n1l-10ge2p1x710-ethip4-ip4scale20k-tg-ndrpdr.robot @@ -17,8 +17,8 @@ | Force Tags | 1_NODE_SINGLE_LINK_TOPO | 2_NODE_SINGLE_LINK_TOPO | ... | 3_NODE_SINGLE_LINK_TOPO | ... | PERFTEST | HW_ENV | NDRPDR | NIC_Intel-X710 | TREX | ETH | N2N -| ... | SCALE | IP4SCALE2M | TG_DRV_IGB_UIO -| ... | ethip4-ip4scale2m-tg +| ... | SCALE | IP4SCALE20K | TG_DRV_IGB_UIO +| ... | ethip4-ip4scale20k-tg | | Suite Setup | Setup suite topology interfaces with no DUT | performance_tg_nic | Suite Teardown | Tear down suite | performance @@ -43,7 +43,7 @@ | ... | library. | ... | Test packets are generated by TG on links to TG. \ | ... | TG traffic profile contains two L3 flow-groups (flow-group per \ -| ... | direction, 1M flows per flow-group) with all packets containing \ +| ... | direction, 10k flows per flow-group) with all packets containing \ | ... | Ethernet header, IPv4 header with IP protocol=61 and static payload. \ | ... | MAC addresses are matching MAC addresses of the TG node interfaces. | ... | @@ -54,7 +54,7 @@ | ${nic_pfs}= | 2 | ${osi_layer}= | L2 | ${overhead}= | ${0} -| ${rts_per_flow}= | ${1000000} +| ${rts_per_flow}= | ${10000} # Traffic profile | ${traffic_profile}= | trex-stl-2n-ethip4-ip4dst${rts_per_flow} @@ -76,18 +76,18 @@ | | Then Find NDR and PDR intervals using optimized search *** Test Cases *** -| 64B--ethip4-ip4scale2m-tg-ndrpdr +| 64B--ethip4-ip4scale20k-tg-ndrpdr | | [Tags] | 64B | | frame_size=${64} -| 1518B--ethip4-ip4scale2m-tg-ndrpdr +| 1518B--ethip4-ip4scale20k-tg-ndrpdr | | [Tags] | 1518B | | frame_size=${1518} -| 9000B--ethip4-ip4scale2m-tg-ndrpdr +| 9000B--ethip4-ip4scale20k-tg-ndrpdr | | [Tags] | 9000B | | frame_size=${9000} -| IMIX--ethip4-ip4scale2m-tg-ndrpdr +| IMIX--ethip4-ip4scale20k-tg-ndrpdr | | [Tags] | IMIX | | frame_size=IMIX_v4_1 |