diff options
author | Miroslav Miklus <mmiklus@cisco.com> | 2016-08-04 17:39:10 +0200 |
---|---|---|
committer | Miroslav Miklus <mmiklus@cisco.com> | 2016-08-06 05:40:37 +0000 |
commit | 76f724a0fcc1286f569422d9ebbbd2bdd0619f47 (patch) | |
tree | a41c67795742aada53237e19d7da011d344583fe /tests | |
parent | 223017fbe03ab4f8f49c134b9e88ecb55168a180 (diff) |
CSIT-338 CpuUtils - CPU layout
Extends node from topology file with "cpuinfo", this information
can be defined in the topology file, or can be retrieved from the
node.
Change-Id: I913dba93daab3b41b36f3ab07f5c03ad46c659dd
Signed-off-by: Miroslav Miklus <mmiklus@cisco.com>
Diffstat (limited to 'tests')
-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 595bd7d4ab..afdcc700e9 100644 --- a/tests/perf/__init__.robot +++ b/tests/perf/__init__.robot @@ -15,5 +15,7 @@ | Resource | resources/libraries/robot/default.robot | Resource | resources/libraries/robot/interfaces.robot | Library | resources.libraries.python.SetupFramework +| Library | resources.libraries.python.CpuUtils | Suite Setup | Run Keywords | Setup Framework | ${nodes} | ... | AND | Setup All DUTs | ${nodes} +| ... | AND | Get CPU Layout from all nodes | ${nodes} |