diff options
author | Jan Gelety <jgelety@cisco.com> | 2018-08-01 14:39:35 +0200 |
---|---|---|
committer | Jan Gelety <jgelety@cisco.com> | 2018-08-01 14:39:35 +0200 |
commit | 0090098847303d12f52f81a71d40b21a52e93083 (patch) | |
tree | c8fdc3910972640a7b85a6237ba0f600a33cd686 /resources/libraries/robot/performance/performance_configuration.robot | |
parent | fe1e04358e1a88d7e2c821da03f04a251583fff5 (diff) |
FIX: check IF up state after setting MTU, not before
Change-Id: Ic7a78af96a371e49993f6cbac01267e4bbe0dc46
Signed-off-by: Jan Gelety <jgelety@cisco.com>
Diffstat (limited to 'resources/libraries/robot/performance/performance_configuration.robot')
-rw-r--r-- | resources/libraries/robot/performance/performance_configuration.robot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/libraries/robot/performance/performance_configuration.robot b/resources/libraries/robot/performance/performance_configuration.robot index 4c01a1a88b..75a537a13a 100644 --- a/resources/libraries/robot/performance/performance_configuration.robot +++ b/resources/libraries/robot/performance/performance_configuration.robot @@ -51,11 +51,11 @@ | | :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] |