X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=resources%2Flibraries%2Frobot%2Fperformance%2Fperformance_configuration.robot;h=9ea6e0d42720097a1d2febbe26a3cab1cadf1f57;hp=74b44b13c8e3cf86a8793caa47a97de811dec0c3;hb=c05d97223e4b69a5fab1d9f47421283c70440d38;hpb=3f074f530223783e9e986dfe2f4b64af93483abc diff --git a/resources/libraries/robot/performance/performance_configuration.robot b/resources/libraries/robot/performance/performance_configuration.robot index 74b44b13c8..9ea6e0d427 100644 --- a/resources/libraries/robot/performance/performance_configuration.robot +++ b/resources/libraries/robot/performance/performance_configuration.robot @@ -49,11 +49,13 @@ # 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 | | All VPP Interfaces Ready Wait | ${nodes} +| | ${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} | Initialize IPSec in 3-node circular topology | | [Documentation]