diff options
author | Vratko Polak <vrpolak@cisco.com> | 2019-08-20 16:25:51 +0200 |
---|---|---|
committer | Vratko Polak <vrpolak@cisco.com> | 2019-08-20 16:25:51 +0200 |
commit | b6cd8aba14026ee89178714171d2890a2796ca31 (patch) | |
tree | db93919741bf89d5371953adf1fc8c5ae677dfa2 | |
parent | 4ea7fa511accfba5d6e465ce3a7ed242a336cfae (diff) |
Fix Initialize layer dot1q on node
By using Get Variable Value keyword.
Change-Id: I3a9650b6f802d60422ffa6b6b00d444ebb050d89
Signed-off-by: Vratko Polak <vrpolak@cisco.com>
-rw-r--r-- | resources/libraries/robot/shared/interfaces.robot | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/resources/libraries/robot/shared/interfaces.robot b/resources/libraries/robot/shared/interfaces.robot index 29698dddb0..e249cd5d4e 100644 --- a/resources/libraries/robot/shared/interfaces.robot +++ b/resources/libraries/robot/shared/interfaces.robot @@ -252,14 +252,10 @@ | | ... | | ${dut_str}= | Convert To Lowercase | ${dut} | | :FOR | ${id} | IN RANGE | 1 | ${count} + 1 -| | | ${if1_vlan}= | Run Keyword If | ${${dut_str}_vlan1} -| | | ... | Set Variable | ${${dut_str}_vlan1} -| | | ... | ELSE -| | | ... | Evaluate | ${100} + ${id} - ${1} -| | | ${if2_vlan}= | Run Keyword If | ${${dut_str}_vlan2} -| | | ... | Set Variable | ${${dut_str}_vlan2} -| | | ... | ELSE -| | | ... | Evaluate | ${200} + ${id} - ${1} +| | | ${default}= | Evaluate | ${100} + ${id} - ${1} +| | | ${if1_vlan}= | Get Variable Value | \${${dut_str}_vlan1} | ${default} +| | | ${default}= | Evaluate | ${200} + ${id} - ${1} +| | | ${if2_vlan}= | Get Variable Value | \${${dut_str}_vlan2} | ${default} | | | ${if1_name} | ${if1_index}= | Run Keyword If | | | ... | ${create} or ${id} == ${1} | | | ... | Create Vlan Subinterface |