Revert MTU sequence to apply oafter interface UP
[csit.git] / resources / libraries / robot / performance / performance_configuration.robot
index 74b44b1..9ea6e0d 100644 (file)
 # 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]