Revert MTU sequence to apply oafter interface UP 90/13790/1
authorPeter Mikus <pmikus@cisco.com>
Sat, 28 Jul 2018 11:14:23 +0000 (11:14 +0000)
committerPeter Mikus <pmikus@cisco.com>
Sat, 28 Jul 2018 11:14:23 +0000 (11:14 +0000)
Change-Id: I8820350809ab63787a9e4a48b2db2c85320e7b11
Signed-off-by: Peter Mikus <pmikus@cisco.com>
resources/libraries/robot/performance/performance_configuration.robot

index 74b44b1..9ea6e0d 100644 (file)
 # library
 | | ${duts}= | Get Matches | ${nodes} | DUT*
 | | :FOR | ${dut} | IN | @{duts}
 # 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
 | | | 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}
 | | | 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]
 
 | Initialize IPSec in 3-node circular topology
 | | [Documentation]