X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=tests%2Fvpp%2Fperf%2Fip4_tunnels%2F10ge2p1x710-ethip4udpwireguard1tnlsw-ip4base-ndrpdr.robot;h=54156cda5696d9de178917c77ae865fdea43164d;hb=60a7ae0dc76a1dfe6ded559740c9d9037879a833;hp=31f050fb856f5a5cac4c93378297a02427aeae5b;hpb=575e88c3e9b386fe00cccb98364ec6be841a5ee3;p=csit.git diff --git a/tests/vpp/perf/ip4_tunnels/10ge2p1x710-ethip4udpwireguard1tnlsw-ip4base-ndrpdr.robot b/tests/vpp/perf/ip4_tunnels/10ge2p1x710-ethip4udpwireguard1tnlsw-ip4base-ndrpdr.robot index 31f050fb85..54156cda56 100644 --- a/tests/vpp/perf/ip4_tunnels/10ge2p1x710-ethip4udpwireguard1tnlsw-ip4base-ndrpdr.robot +++ b/tests/vpp/perf/ip4_tunnels/10ge2p1x710-ethip4udpwireguard1tnlsw-ip4base-ndrpdr.robot @@ -1,4 +1,4 @@ -# Copyright (c) 2022 Intel and/or its affiliates. +# Copyright (c) 2023 Intel and/or its affiliates. # Licensed under the Apache License, Version 2.0 (the "License"); # you may not use this file except in compliance with the License. # You may obtain a copy of the License at: @@ -18,7 +18,7 @@ | Force Tags | 3_NODE_SINGLE_LINK_TOPO | PERFTEST | HW_ENV | NDRPDR | TNL_1 | ... | IP4FWD | NIC_Intel-X710 | WIREGUARD | DRV_VFIO_PCI | ... | RXQ_SIZE_0 | TXQ_SIZE_0 -| ... | ethip4udpwireguard1tnlsw-ip4base-ndrpdr +| ... | ethip4udpwireguard1tnlsw-ip4base | | Suite Setup | Setup suite topology interfaces | performance | Suite Teardown | Tear down suite | performance @@ -77,15 +77,15 @@ | ${dut2_if1_ip4}= | 200.0.0.2 | ${dut2_if2_ip4}= | 192.168.20.1 | ${tg_if2_ip4}= | 192.168.20.2 -| ${wg_if1_ip4}= | 192.168.110.1 -| ${wg_if2_ip4}= | 192.168.120.1 +| ${wg_if1_ip4}= | 1.0.0.1 +| ${wg_if2_ip4}= | 1.0.0.2 | ${raddr_ip4}= | 20.0.0.0 | ${laddr_ip4}= | 10.0.0.0 | ${n_tunnels}= | ${1} | ${listen_port}= | ${51820} | ${keepalive_time}= | ${256} # Traffic profile: -| ${traffic_profile}= | trex-stl-3n-ethip4-ip4dst${n_tunnels} +| ${traffic_profile}= | trex-stl-ethip4-ip4src${n_tunnels}ip4dst${n_tunnels} *** Keywords *** | Local Template @@ -111,7 +111,7 @@ | | When Initialize layer driver | ${nic_driver} | | And Initialize layer interface | | And Initialize WireGuard in 3-node circular topology -| | And VPP WireGuard Create Tunnel Interface On DUTs +| | And VPP WireGuard Create Tunnel Interfaces On DUTs | | ... | ${nodes} | ${DUT1_${int}2}[0] | ${DUT2_${int}1}[0] | | ... | ${dut1_if2_ip4} | ${dut2_if1_ip4} | ${DUT1_${int}2_mac}[0] | | ... | ${DUT2_${int}1_mac}[0] | ${wg_if1_ip4} | ${wg_if2_ip4}