diff options
author | Peter Mikus <pmikus@cisco.com> | 2018-07-28 11:14:23 +0000 |
---|---|---|
committer | Peter Mikus <pmikus@cisco.com> | 2018-07-28 11:14:23 +0000 |
commit | c05d97223e4b69a5fab1d9f47421283c70440d38 (patch) | |
tree | 3d4bb812ac5ac0ec37ac1925ce16f6d80df95660 /resources/libraries/robot | |
parent | 3f074f530223783e9e986dfe2f4b64af93483abc (diff) |
Revert MTU sequence to apply oafter interface UP
Change-Id: I8820350809ab63787a9e4a48b2db2c85320e7b11
Signed-off-by: Peter Mikus <pmikus@cisco.com>
Diffstat (limited to 'resources/libraries/robot')
-rw-r--r-- | resources/libraries/robot/performance/performance_configuration.robot | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/resources/libraries/robot/performance/performance_configuration.robot b/resources/libraries/robot/performance/performance_configuration.robot index 74b44b13c8..9ea6e0d427 100644 --- a/resources/libraries/robot/performance/performance_configuration.robot +++ b/resources/libraries/robot/performance/performance_configuration.robot @@ -49,11 +49,13 @@ # 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] |