X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=resources%2Flibraries%2Frobot%2Fperformance%2Fperformance_configuration.robot;fp=resources%2Flibraries%2Frobot%2Fperformance%2Fperformance_configuration.robot;h=63810ee4711a50c67fb56d5e9a413be9c3316325;hp=2fb82ab47e4c1226da052c92a08ee66dfe15855a;hb=dbe149c85501bc15dde1496a722e2b9dce86ee92;hpb=33ea31791a8be80194a0a86a24e9172e80e9e688 diff --git a/resources/libraries/robot/performance/performance_configuration.robot b/resources/libraries/robot/performance/performance_configuration.robot index 2fb82ab47e..63810ee471 100644 --- a/resources/libraries/robot/performance/performance_configuration.robot +++ b/resources/libraries/robot/performance/performance_configuration.robot @@ -21,6 +21,7 @@ | Library | resources.libraries.python.L2Util | Library | resources.libraries.python.NodePath | Library | resources.libraries.python.topology.Topology +| Library | resources.libraries.python.TestConfig | Library | resources.libraries.python.TrafficGenerator | Library | resources.libraries.python.TrafficGenerator.TGDropRateSearchImpl | Library | resources.libraries.python.VhostUser @@ -1729,20 +1730,18 @@ | | ${dut1_ip_start}= | Set Variable | 172.16.0.1 | | ${dut2_ip_start}= | Set Variable | 172.16.0.2 | | ... -| | ${ip_limit} = | Set Variable | 255.255.255.255 -| | ... | | Vpp create multiple VXLAN IPv4 tunnels | node=${dut1} | | ... | node_vxlan_if=${dut1_if2} | node_vlan_if=${dut1_if1} | | ... | op_node=${dut2} | op_node_if=${dut2_if1} | n_tunnels=${vxlan_count} | | ... | vni_start=${vni_start} | src_ip_start=${dut1_ip_start} | | ... | dst_ip_start=${dut2_ip_start} | ip_step=${ip_step} -| | ... | ip_limit=${ip_limit} | bd_id_start=${bd_id_start} +| | ... | bd_id_start=${bd_id_start} | | Vpp create multiple VXLAN IPv4 tunnels | node=${dut2} | | ... | node_vxlan_if=${dut2_if1} | node_vlan_if=${dut2_if2} | | ... | op_node=${dut1} | op_node_if=${dut1_if2} | n_tunnels=${vxlan_count} | | ... | vni_start=${vni_start} | src_ip_start=${dut2_ip_start} | | ... | dst_ip_start=${dut1_ip_start} | ip_step=${ip_step} -| | ... | ip_limit=${ip_limit} | bd_id_start=${bd_id_start} +| | ... | bd_id_start=${bd_id_start} | Initialize L2 bridge domains with Vhost-User and VXLANoIPv4 in 3-node circular topology | | [Documentation]