X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=resources%2Flibraries%2Frobot%2Fperformance%2Fperformance_configuration.robot;h=74b44b13c8e3cf86a8793caa47a97de811dec0c3;hp=2e2eb84e2f274968db5a56a704353e9141f0352c;hb=3f074f530223783e9e986dfe2f4b64af93483abc;hpb=c7b2541ae5ff737691547daef2e4b25f9d232eba diff --git a/resources/libraries/robot/performance/performance_configuration.robot b/resources/libraries/robot/performance/performance_configuration.robot index 2e2eb84e2f..74b44b13c8 100644 --- a/resources/libraries/robot/performance/performance_configuration.robot +++ b/resources/libraries/robot/performance/performance_configuration.robot @@ -49,11 +49,11 @@ # library | | ${duts}= | Get Matches | ${nodes} | DUT* | | :FOR | ${dut} | IN | @{duts} -| | | Set Interface State | ${nodes['${dut}']} | ${${dut}_if1} | up | | | VPP Set Interface MTU | ${nodes['${dut}']} | ${${dut}_if1} -| | | Set Interface State | ${nodes['${dut}']} | ${${dut}_if2} | up +| | | Set Interface State | ${nodes['${dut}']} | ${${dut}_if1} | up | | | VPP Set Interface MTU | ${nodes['${dut}']} | ${${dut}_if2} -| | | VPP Node Interfaces Ready Wait | ${nodes['${dut}']} +| | | Set Interface State | ${nodes['${dut}']} | ${${dut}_if2} | up +| | All VPP Interfaces Ready Wait | ${nodes} | Initialize IPSec in 3-node circular topology | | [Documentation] @@ -997,6 +997,7 @@ | | ... | ${sock1} | ${sock2} | | Configure L2XC | ${dut2} | ${subif_index_2} | ${vhost_if1} | | Configure L2XC | ${dut2} | ${dut2_if2} | ${vhost_if2} +| | All VPP Interfaces Ready Wait | ${nodes} | Initialize L2 xconnect with Vhost-User and VLAN with VPP link bonding in 3-node circular topology | | [Documentation]