diff options
author | Marek Gradzki <mgradzki@cisco.com> | 2018-05-17 08:49:24 +0200 |
---|---|---|
committer | Marek Gradzki <mgradzki@cisco.com> | 2018-05-17 07:11:43 +0000 |
commit | 28ad6646af5d4315c85b67a71ec996692b5edc98 (patch) | |
tree | e070d4bb934631f3a638f33f4e488f2561cfa2a3 | |
parent | 3cd4d56c159f3fd5aa2fe96aeb98201027810d7a (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} |