Add wireguard multiple tunnels test suites
[csit.git] / tests / vpp / perf / ip4_tunnels / 10ge2p1x710-ethip4udpwireguard1tnlsw-ip4base-ndrpdr.robot
index 13d9551..5f611a8 100644 (file)
 | ${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-3n-ethip4-ip4src${n_tunnels}ip4dst${n_tunnels}
 
 *** Keywords ***
 | Local Template
 | | 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}