diff options
author | pmikus <pmikus@cisco.com> | 2016-07-20 09:58:19 +0100 |
---|---|---|
committer | Miroslav Miklus <mmiklus@cisco.com> | 2016-07-20 13:17:21 +0000 |
commit | 0d64eaa485d4c1180f0a22820aa0e982c4f2fca8 (patch) | |
tree | 88aa094617b3ca3d4598eb93fb570d4182b046e9 /resources | |
parent | 5ad0974e71987a18cb9a750073313d98f76412f2 (diff) |
Fix VLAN subinterfaces initialization
- fix bug in VLAN subinterfaces initialized on 3-node topology
Change-Id: I6a040eaaa8bf56afe887ef33f39d3c0207e8310d
Signed-off-by: pmikus <pmikus@cisco.com>
Diffstat (limited to 'resources')
-rw-r--r-- | resources/libraries/robot/tagging.robot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/libraries/robot/tagging.robot b/resources/libraries/robot/tagging.robot index 363ac58f98..f5c0fc5cdf 100644 --- a/resources/libraries/robot/tagging.robot +++ b/resources/libraries/robot/tagging.robot @@ -47,7 +47,7 @@ | | ... | ${INT1_name} | ${SUB_ID} | | ... | ${OUTER_VLAN_ID} | ${INNER_VLAN_ID} | | ... | ${TYPE_SUBIF} -| | ${INT2_name}= | Get interface name | ${DUT1} | ${INT2} +| | ${INT2_name}= | Get interface name | ${DUT2} | ${INT2} | | ${subif_name_2} | ${subif_index_2}= | Create subinterface | ${DUT2} | | ... | ${INT2_name} | ${SUB_ID} | | ... | ${OUTER_VLAN_ID} | ${INNER_VLAN_ID} |