diff options
Diffstat (limited to 'tests/honeycomb/perf')
-rw-r--r-- | tests/honeycomb/perf/__init__.robot | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/honeycomb/perf/__init__.robot b/tests/honeycomb/perf/__init__.robot index dba1392ce6..ce2af61124 100644 --- a/tests/honeycomb/perf/__init__.robot +++ b/tests/honeycomb/perf/__init__.robot @@ -37,7 +37,7 @@ | | ... | for performance testing. | | ... | | Set Global Variable | ${node} -| | Get CPU Layout from all nodes | ${nodes} +| | Get CPU Info from All Nodes | ${nodes} | | ${cores}= | Get Length | ${node['cpuinfo']} | | Set Global Variable | ${cores} | | Stop VPP Service on DUT | ${node} |