diff options
author | Marek Gradzki <mgradzki@cisco.com> | 2018-05-17 08:49:24 +0200 |
---|---|---|
committer | Marek Gradzki <mgradzki@cisco.com> | 2018-05-17 08:52:28 +0200 |
commit | cf55282595db1a7b2373c5f869318a97f047b031 (patch) | |
tree | e3f78576eee6d9edbc668269eba08210c01d8b0d | |
parent | acab647f368b6483cc2cdad8a868d5a2b41d0ce9 (diff) |
HC Tests: fix CPU layout retrieval in the HC perf job
Change-Id: Id99e41a28d01e41d6fb51190d4ab86b667f828af
Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
-rw-r--r-- | tests/honeycomb/perf/__init__.robot | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/honeycomb/perf/__init__.robot b/tests/honeycomb/perf/__init__.robot index b984993139..a5f5c2dc33 100644 --- a/tests/honeycomb/perf/__init__.robot +++ b/tests/honeycomb/perf/__init__.robot @@ -35,6 +35,7 @@ | | ... | for performance testing. | | ... | | Set Global Variable | ${node} +| | Get CPU Layout from all nodes | ${nodes} | | ${cores}= | Get Length | ${node['cpuinfo']} | | Set Global Variable | ${cores} | | Stop VPP Service on DUT | ${node} |