diff options
author | Peter Mikus <pmikus@cisco.com> | 2018-07-06 06:39:51 +0000 |
---|---|---|
committer | Peter Mikus <pmikus@cisco.com> | 2018-07-09 08:18:03 +0000 |
commit | cc85afad85339d2cc8f035ce63ff21220d8e6b96 (patch) | |
tree | 8c51cf79b31af4544467d6e5f06c91d077648d08 /tests/vpp/perf/tcp | |
parent | 92995a7a564c17040483488cbc0da07e28386bdb (diff) |
CSIT-1142 2-node topology - keywords
- Clean up of 2-node setup KWs
Change-Id: I59fc901fb57544eceb6a041b56b515cda8babf85
Signed-off-by: Peter Mikus <pmikus@cisco.com>
Diffstat (limited to 'tests/vpp/perf/tcp')
-rw-r--r-- | tests/vpp/perf/tcp/10ge2p1x520-ethip4tcphttp-httpserver.robot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/vpp/perf/tcp/10ge2p1x520-ethip4tcphttp-httpserver.robot b/tests/vpp/perf/tcp/10ge2p1x520-ethip4tcphttp-httpserver.robot index 55f6982ff1..7ce6a9fbe6 100644 --- a/tests/vpp/perf/tcp/10ge2p1x520-ethip4tcphttp-httpserver.robot +++ b/tests/vpp/perf/tcp/10ge2p1x520-ethip4tcphttp-httpserver.robot @@ -41,7 +41,7 @@ | | [Arguments] | ${traffic_profile} | ${wt} | ${rxq} | ${test_type} | | ... | | Add '${wt}' worker threads and '${rxq}' rxqueues in 3-node single-link circular topology -| | Add PCI devices to DUTs in 3-node single link topology +| | Add PCI devices to all DUTs | | ${duts}= | Get Matches | ${nodes} | DUT* | | :FOR | ${dut} | IN | @{duts} | | | Import Library | resources.libraries.python.VppConfigGenerator |