FIX: check IF up state after setting MTU, not before 69/13869/1
authorJan Gelety <jgelety@cisco.com>
Wed, 1 Aug 2018 12:39:35 +0000 (14:39 +0200)
committerJan Gelety <jgelety@cisco.com>
Wed, 1 Aug 2018 12:39:35 +0000 (14:39 +0200)
Change-Id: Ic7a78af96a371e49993f6cbac01267e4bbe0dc46
Signed-off-by: Jan Gelety <jgelety@cisco.com>
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]