From a40195bdda6ec06af8479cfe7d3b3e11d4c9778f Mon Sep 17 00:00:00 2001 From: Peter Mikus Date: Thu, 5 Mar 2020 11:12:18 +0000 Subject: Framework: Perf stat capturing Change-Id: I3bbe1fe0073ddeead5219993675f24955e8c3dfd Signed-off-by: Peter Mikus --- tests/vpp/device/__init__.robot | 2 +- tests/vpp/perf/__init__.robot | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'tests') 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} -- cgit 1.2.3-korg