diff options
author | Miroslav Miklus <mmiklus@cisco.com> | 2016-06-27 15:07:39 +0200 |
---|---|---|
committer | Miroslav Miklus <mmiklus@cisco.com> | 2016-06-28 10:04:18 +0000 |
commit | e6ff078693aa8fb1f77f3264886908feffa66a83 (patch) | |
tree | e2c3d66219ed5d64f7e25f4ad3d5e2e5bbaf4b74 /resources/libraries/robot | |
parent | 400f404affd9f602daf1438baa0b875ef53e24fb (diff) |
TG init changes for n-node topology
JIRA: CSIT-182
For TG node we only need to know the interfaces on TG node
and the adjecent nodes interfaces for any n-node topology.
Change-Id: I0129b9513356df976364b58e6749dfab3ca5e2ae
Signed-off-by: Miroslav Miklus <mmiklus@cisco.com>
Diffstat (limited to 'resources/libraries/robot')
-rw-r--r-- | resources/libraries/robot/performance.robot | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/resources/libraries/robot/performance.robot b/resources/libraries/robot/performance.robot index 1d7715687b..efa4d27845 100644 --- a/resources/libraries/robot/performance.robot +++ b/resources/libraries/robot/performance.robot @@ -197,8 +197,8 @@ | | Setup performance global Variables | | 3-node circular Topology Variables Setup | | Initialize traffic generator | ${tg} | ${tg_if1} | ${tg_if2} -| | ... | ${dut1} | ${dut1_if1} | ${dut1_if2} -| | ... | ${dut2} | ${dut2_if1} | ${dut2_if2} +| | ... | ${dut1} | ${dut1_if1} +| | ... | ${dut2} | ${dut2_if2} | | ... | ${topology_type} 3-node Performance Suite Setup with DUT's NIC model @@ -211,8 +211,8 @@ | | 3-node circular Topology Variables Setup with DUT interface model | | ... | ${nic_model} | | Initialize traffic generator | ${tg} | ${tg_if1} | ${tg_if2} -| | ... | ${dut1} | ${dut1_if1} | ${dut1_if2} -| | ... | ${dut2} | ${dut2_if1} | ${dut2_if2} +| | ... | ${dut1} | ${dut1_if1} +| | ... | ${dut2} | ${dut2_if2} | | ... | ${topology_type} | 3-node Performance Suite Teardown |