From 28ad6646af5d4315c85b67a71ec996692b5edc98 Mon Sep 17 00:00:00 2001 From: Marek Gradzki Date: Thu, 17 May 2018 08:49:24 +0200 Subject: HC Tests: fix CPU layout retrieval in the HC perf job Change-Id: Id99e41a28d01e41d6fb51190d4ab86b667f828af Signed-off-by: Marek Gradzki --- tests/honeycomb/perf/__init__.robot | 1 + 1 file changed, 1 insertion(+) 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} -- cgit 1.2.3-korg