FIX: check IF up state after setting MTU, not before
[csit.git] / resources / libraries / robot / performance / performance_configuration.robot
index 4c01a1a..75a537a 100644 (file)
 | | :FOR | ${dut} | IN | @{duts}
 | | | Set Interface State | ${nodes['${dut}']} | ${${dut}_if1} | up
 | | | 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}
+| | All VPP Interfaces Ready Wait | ${nodes}
 
 | Initialize IPSec in 3-node circular topology
 | | [Documentation]