aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorPeter Mikus <pmikus@cisco.com>2020-03-05 11:12:18 +0000
committerPeter Mikus <pmikus@cisco.com>2020-07-31 11:53:19 +0000
commita40195bdda6ec06af8479cfe7d3b3e11d4c9778f (patch)
treeffb43f69629f68a446c3577cb9618cad3bad3e81 /tests
parent5ba372e3b5066b87e345e5f3b1bb7074e95530d0 (diff)
Framework: Perf stat capturing
Change-Id: I3bbe1fe0073ddeead5219993675f24955e8c3dfd Signed-off-by: Peter Mikus <pmikus@cisco.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/vpp/device/__init__.robot2
-rw-r--r--tests/vpp/perf/__init__.robot2
2 files changed, 2 insertions, 2 deletions
diff --git a/tests/vpp/device/__init__.robot b/tests/vpp/device/__init__.robot
index 9be4c6615d..38197167a8 100644
--- a/tests/vpp/device/__init__.robot
+++ b/tests/vpp/device/__init__.robot
@@ -48,7 +48,7 @@
| | ${pre_run_stats}= | Create List
| | ... | vpp-clear-runtime
| | ${post_run_stats}= | Create List
-| | ... | vpp-show-runtime
+| | ... | vpp-show-runtime | bash-perf-stat
| | Set Global Variable | ${pre_stats}
| | Set Global Variable | ${post_stats}
| | Set Global Variable | ${pre_run_stats}
diff --git a/tests/vpp/perf/__init__.robot b/tests/vpp/perf/__init__.robot
index 534e0f3e38..1ccd94b8d2 100644
--- a/tests/vpp/perf/__init__.robot
+++ b/tests/vpp/perf/__init__.robot
@@ -51,7 +51,7 @@
| | ${pre_run_stats}= | Create List
| | ... | vpp-clear-runtime
| | ${post_run_stats}= | Create List
-| | ... | vpp-show-runtime
+| | ... | vpp-show-runtime | bash-perf-stat
| | Set Global Variable | ${pre_stats}
| | Set Global Variable | ${post_stats}
| | Set Global Variable | ${pre_run_stats}