From: Vratko Polak Date: Thu, 24 Jun 2021 10:39:32 +0000 (+0200) Subject: Perf actions: Skip vpp-runtime in stat_pre_trial X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=commitdiff_plain;h=39001a2af7f465bb97e21747db749ff3e44ebbd4;ds=sidebyside Perf actions: Skip vpp-runtime in stat_pre_trial The list of actions stat_pre_trial is executed after the list stat_runtime, which already contains vpp-runtime. Change-Id: If9b403f38b2f811d77f36d9cae973130f30015da Signed-off-by: Vratko Polak --- diff --git a/tests/vpp/perf/__init__.robot b/tests/vpp/perf/__init__.robot index 6f6650b032..ccb56f2827 100644 --- a/tests/vpp/perf/__init__.robot +++ b/tests/vpp/perf/__init__.robot @@ -48,7 +48,7 @@ | | ${stat_runtime}= | Create List | | ... | vpp-runtime | | ${stat_pre_trial}= | Create List -| | ... | vpp-runtime | vpp-clear-stats | vpp-enable-packettrace +| | ... | vpp-clear-stats | vpp-enable-packettrace | | ${stat_post_trial}= | Create List | | ... | vpp-show-stats | vpp-show-packettrace | | Set Global Variable | ${stat_runtime}