From 19947738140e71d8d9fa90349e68f6261f5a612f Mon Sep 17 00:00:00 2001 From: sharath Date: Tue, 21 Aug 2018 11:01:26 +0530 Subject: integration of DMM+lwip testscripts Change-Id: Ifb1a0702353e71c61a694dea5164df41f4e23389 Signed-off-by: sharath --- resources/libraries/robot/dmm/dmm_utils.robot | 18 ++++++++++-------- 1 file changed, 10 insertions(+), 8 deletions(-) (limited to 'resources/libraries/robot/dmm') diff --git a/resources/libraries/robot/dmm/dmm_utils.robot b/resources/libraries/robot/dmm/dmm_utils.robot index 24931768fb..231c92a4f1 100644 --- a/resources/libraries/robot/dmm/dmm_utils.robot +++ b/resources/libraries/robot/dmm/dmm_utils.robot @@ -51,13 +51,15 @@ | | ... | | ... | \| Pick out the port used to execute test \| | | ... -| | ${tg_port} | ${tg_node}= | First Interface -| | ${dut1_port} | ${dut1_node}= | Next Interface -| | ${dut2_port} | ${dut2_node}= | Last Interface -| | Set Suite Variable | ${tg_node} +| | ${dut1_to_dut2_if} | ${dut1_node}= | Next Interface +| | ${dut2_to_dut1_if} | ${dut2_node}= | Next Interface +| | ${dut1_to_dut2_if_name}= | DMM Get Interface Name +| | ... | ${dut1_node} | ${dut1_to_dut2_if} +| | ${dut2_to_dut1_if_name}= | DMM Get Interface Name +| | ... | ${dut2_node} | ${dut2_to_dut1_if} | | Set Suite Variable | ${dut1_node} | | Set Suite Variable | ${dut2_node} -| | Set Suite Variable | ${tg_port} -| | Set Suite Variable | ${dut1_port} -| | Set Suite Variable | ${dut2_port} - +| | Set Suite Variable | ${dut1_to_dut2_if} +| | Set Suite Variable | ${dut2_to_dut1_if} +| | Set Suite Variable | ${dut1_to_dut2_if_name} +| | Set Suite Variable | ${dut2_to_dut1_if_name} -- cgit 1.2.3-korg