From: Peter Mikus Date: Sat, 28 Jul 2018 11:14:23 +0000 (+0000) Subject: Revert MTU sequence to apply oafter interface UP X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=commitdiff_plain;h=c05d97223e4b69a5fab1d9f47421283c70440d38 Revert MTU sequence to apply oafter interface UP Change-Id: I8820350809ab63787a9e4a48b2db2c85320e7b11 Signed-off-by: Peter Mikus --- 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]