diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/vpp/device/__init__.robot | 2 | ||||
-rw-r--r-- | tests/vpp/perf/__init__.robot | 2 |
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} |