X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=resources%2Flibraries%2Frobot%2Fperformance%2Fperformance_configuration.robot;h=75a537a13af0445492018f5c55405220eb04208d;hb=refs%2Fchanges%2F69%2F13869%2F1;hp=74b44b13c8e3cf86a8793caa47a97de811dec0c3;hpb=3f074f530223783e9e986dfe2f4b64af93483abc;p=csit.git diff --git a/resources/libraries/robot/performance/performance_configuration.robot b/resources/libraries/robot/performance/performance_configuration.robot index 74b44b13c8..75a537a13a 100644 --- a/resources/libraries/robot/performance/performance_configuration.robot +++ b/resources/libraries/robot/performance/performance_configuration.robot @@ -44,15 +44,17 @@ | | ... | maximal MTU.* | | ... # TODO: Rework KW to set all interfaces in path UP and set MTU (including -# software interfaces. Run KW at the end phase of VPP setup to split +# software interfaces. Run KW at the start phase of VPP setup to split # from other "functial" configuration. This will allow modularity of this # library | | ${duts}= | Get Matches | ${nodes} | DUT* | | :FOR | ${dut} | IN | @{duts} -| | | VPP Set Interface MTU | ${nodes['${dut}']} | ${${dut}_if1} | | | Set Interface State | ${nodes['${dut}']} | ${${dut}_if1} | up -| | | VPP Set Interface MTU | ${nodes['${dut}']} | ${${dut}_if2} | | | Set Interface State | ${nodes['${dut}']} | ${${dut}_if2} | up +| | ${duts}= | Get Matches | ${nodes} | DUT* +| | :FOR | ${dut} | IN | @{duts} +| | | VPP Set Interface MTU | ${nodes['${dut}']} | ${${dut}_if1} +| | | VPP Set Interface MTU | ${nodes['${dut}']} | ${${dut}_if2} | | All VPP Interfaces Ready Wait | ${nodes} | Initialize IPSec in 3-node circular topology @@ -803,10 +805,10 @@ | | ... | Setup L2 patch topology by cross connecting two interfaces on | | ... | each DUT. Interfaces are brought up. | | ... +| | Set interfaces in path up | | ${duts}= | Get Matches | ${nodes} | DUT* | | :FOR | ${dut} | IN | @{duts} | | | Configure L2patch | ${nodes['${dut}']} | ${${dut}_if1} | ${${dut}_if2} -| | Set interfaces in path up | Initialize L2 xconnect in 2-node circular topology | | [Documentation]