HC Tests: fix CPU layout retrieval in the HC perf job 10/12610/2
authorMarek Gradzki <mgradzki@cisco.com>
Thu, 17 May 2018 06:49:24 +0000 (08:49 +0200)
committerMarek Gradzki <mgradzki@cisco.com>
Thu, 17 May 2018 06:52:28 +0000 (08:52 +0200)
Change-Id: Id99e41a28d01e41d6fb51190d4ab86b667f828af
Signed-off-by: Marek Gradzki <mgradzki@cisco.com>
tests/honeycomb/perf/__init__.robot

index b984993..a5f5c2d 100644 (file)
@@ -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}