diff options
author | sharath <sharathkumarboyanapally@gmail.com> | 2018-08-21 11:01:26 +0530 |
---|---|---|
committer | Peter Mikus <pmikus@cisco.com> | 2018-09-27 08:18:41 +0000 |
commit | 19947738140e71d8d9fa90349e68f6261f5a612f (patch) | |
tree | 663ccab317082bf17dd5382fda754f56a57848c8 /resources/libraries/robot | |
parent | ebd0c7defaffdd6cd3ff2b5f580c86601917a0c7 (diff) |
integration of DMM+lwip testscripts
Change-Id: Ifb1a0702353e71c61a694dea5164df41f4e23389
Signed-off-by: sharath <sharathkumarboyanapally@gmail.com>
Diffstat (limited to 'resources/libraries/robot')
-rw-r--r-- | resources/libraries/robot/dmm/dmm_utils.robot | 18 |
1 files changed, 10 insertions, 8 deletions
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} |