From: pmikus Date: Wed, 20 Jul 2016 08:58:19 +0000 (+0100) Subject: Fix VLAN subinterfaces initialization X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=commitdiff_plain;h=0d64eaa485d4c1180f0a22820aa0e982c4f2fca8 Fix VLAN subinterfaces initialization - fix bug in VLAN subinterfaces initialized on 3-node topology Change-Id: I6a040eaaa8bf56afe887ef33f39d3c0207e8310d Signed-off-by: pmikus --- 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}