From 0d64eaa485d4c1180f0a22820aa0e982c4f2fca8 Mon Sep 17 00:00:00 2001 From: pmikus Date: Wed, 20 Jul 2016 09:58:19 +0100 Subject: [PATCH] Fix VLAN subinterfaces initialization - fix bug in VLAN subinterfaces initialized on 3-node topology Change-Id: I6a040eaaa8bf56afe887ef33f39d3c0207e8310d Signed-off-by: pmikus --- resources/libraries/robot/tagging.robot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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} -- 2.16.6