Fix VLAN subinterfaces initialization 30/2030/2
authorpmikus <pmikus@cisco.com>
Wed, 20 Jul 2016 08:58:19 +0000 (09:58 +0100)
committerMiroslav Miklus <mmiklus@cisco.com>
Wed, 20 Jul 2016 13:17:21 +0000 (13:17 +0000)
- fix bug in VLAN subinterfaces initialized on 3-node topology

Change-Id: I6a040eaaa8bf56afe887ef33f39d3c0207e8310d
Signed-off-by: pmikus <pmikus@cisco.com>
resources/libraries/robot/tagging.robot

index 363ac58..f5c0fc5 100644 (file)
@@ -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}