diff options
author | Miroslav Miklus <mmiklus@cisco.com> | 2016-04-18 17:15:40 +0200 |
---|---|---|
committer | Stefan Kobza <skobza@cisco.com> | 2016-04-26 09:53:46 +0000 |
commit | c8790d06d412b1daf303f6da9d8d11d97d053697 (patch) | |
tree | 602fb007cba1ae993fb24ba0f8fe4cb372dfd3bd /tests | |
parent | 26f067d4fb5a37eb4fe2eaf25b5113599cee1b90 (diff) |
Extend host topology with NIC type filtering
JIRA: CSIT-1
Changes to allow filtering based on NIC model.
Switched xconnect perf test to use filtered topology.
Change-Id: Id526f47dc28f92bf26d070e54819ad29bccc0440
Signed-off-by: Miroslav Miklus <mmiklus@cisco.com>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/suites/performance/short_xconnect_Intel-X520-DA2.robot (renamed from tests/suites/performance/short_xconnect.robot) | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tests/suites/performance/short_xconnect.robot b/tests/suites/performance/short_xconnect_Intel-X520-DA2.robot index 25eef3f65c..8a59d8122d 100644 --- a/tests/suites/performance/short_xconnect.robot +++ b/tests/suites/performance/short_xconnect_Intel-X520-DA2.robot @@ -15,7 +15,9 @@ | Library | resources.libraries.python.InterfaceUtil | Library | resources.libraries.python.NodePath | Force Tags | 3_NODE_SINGLE_LINK_TOPO | PERFTEST | HW_ENV | PERFTEST_SHORT -| Suite Setup | 3-node Performance Suite Setup | L2 +| ... | NIC_Intel-X520-DA2 +| Suite Setup | 3-node Performance Suite Setup with DUT's NIC model +| ... | L2 | Intel-X520-DA2 | Suite Teardown | 3-node Performance Suite Teardown | Test Setup | Setup all DUTs before test | Test Teardown | Run Keywords | Show statistics on all DUTs |