diff options
author | Peter Mikus <pmikus@cisco.com> | 2019-08-20 09:51:54 +0000 |
---|---|---|
committer | Peter Mikus <pmikus@cisco.com> | 2019-08-21 07:16:40 +0000 |
commit | a0a1bdba6245c685898bab5007de28452bbd2d27 (patch) | |
tree | ace81154598fa81f05f6e7e007ae27164fbec39e /resources/libraries/robot/shared/interfaces.robot | |
parent | b6cd8aba14026ee89178714171d2890a2796ca31 (diff) |
Add: avf-dot1q testcases
+ Few fixes in doc
+ Align testcases
Signed-off-by: Peter Mikus <pmikus@cisco.com>
Change-Id: I5575db8255a74fd46f37d5cc2637b9b4448bcd7f
Diffstat (limited to 'resources/libraries/robot/shared/interfaces.robot')
-rw-r--r-- | resources/libraries/robot/shared/interfaces.robot | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/resources/libraries/robot/shared/interfaces.robot b/resources/libraries/robot/shared/interfaces.robot index e249cd5d4e..55d0a3d844 100644 --- a/resources/libraries/robot/shared/interfaces.robot +++ b/resources/libraries/robot/shared/interfaces.robot @@ -252,10 +252,14 @@ | | ... | | ${dut_str}= | Convert To Lowercase | ${dut} | | :FOR | ${id} | IN RANGE | 1 | ${count} + 1 +| | | ${if1_vlan}= | Get Variable Value | \${${dut_str}_vlan1} | | | ${default}= | Evaluate | ${100} + ${id} - ${1} -| | | ${if1_vlan}= | Get Variable Value | \${${dut_str}_vlan1} | ${default} +| | | ${if1_vlan}= | Set Variable If | '${if1_vlan}' == '${NONE}' +| | | ... | ${default} | ${if1_vlan} +| | | ${if2_vlan}= | Get Variable Value | \${${dut_str}_vlan2} | | | ${default}= | Evaluate | ${200} + ${id} - ${1} -| | | ${if2_vlan}= | Get Variable Value | \${${dut_str}_vlan2} | ${default} +| | | ${if2_vlan}= | Set Variable If | '${if2_vlan}' == '${NONE}' +| | | ... | ${default} | ${if2_vlan} | | | ${if1_name} | ${if1_index}= | Run Keyword If | | | ... | ${create} or ${id} == ${1} | | | ... | Create Vlan Subinterface |