Code Review
/
csit.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
3cd4d56
)
HC Tests: fix CPU layout retrieval in the HC perf job
11/12611/1
author
Marek Gradzki
<
[email protected]
>
Thu, 17 May 2018 06:49:24 +0000
(08:49 +0200)
committer
Marek Gradzki
<
[email protected]
>
Thu, 17 May 2018 07:11:43 +0000
(07:11 +0000)
Change-Id: Id99e41a28d01e41d6fb51190d4ab86b667f828af
Signed-off-by: Marek Gradzki <
[email protected]
>
tests/honeycomb/perf/__init__.robot
patch
|
blob
|
history
diff --git
a/tests/honeycomb/perf/__init__.robot
b/tests/honeycomb/perf/__init__.robot
index
b984993
..
a5f5c2d
100644
(file)
--- 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}