diff options
author | Miroslav Miklus <mmiklus@cisco.com> | 2016-08-05 16:16:45 +0200 |
---|---|---|
committer | Jan Gelety <jgelety@cisco.com> | 2016-08-08 16:59:05 +0000 |
commit | e710b52146d8c5c9db250d29c01f4f8ebdaf3261 (patch) | |
tree | 87b67b944cb37d7b898be8921788c0dfcd564ed4 /tests/perf | |
parent | 43717c90f05596f628cb7ef17cf35a8cf7289f86 (diff) |
CSIT-338 PCI numa_node discovery
Allow to discover PCI - numa node relationship.
Change-Id: I04a445e42b3cbbf450b990ebbc2c83ac313815f1
Signed-off-by: Miroslav Miklus <mmiklus@cisco.com>
Diffstat (limited to 'tests/perf')
-rw-r--r-- | tests/perf/__init__.robot | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/perf/__init__.robot b/tests/perf/__init__.robot index afdcc700e9..7efa763f57 100644 --- a/tests/perf/__init__.robot +++ b/tests/perf/__init__.robot @@ -19,3 +19,5 @@ | Suite Setup | Run Keywords | Setup Framework | ${nodes} | ... | AND | Setup All DUTs | ${nodes} | ... | AND | Get CPU Layout from all nodes | ${nodes} +| ... | AND | Update All Interface Data On All Nodes +| ... | ${nodes} | skip_tg=${True} | numa_node=${True} |