aboutsummaryrefslogtreecommitdiffstats
path: root/tests/dpdk/perf/__init__.robot
diff options
context:
space:
mode:
authorJan Gelety <jgelety@cisco.com>2020-08-06 03:34:31 +0200
committerJan Gelety <jgelety@cisco.com>2020-08-07 22:03:19 +0200
commitff1f49d9ba97ddfee3229907e3a344503e072578 (patch)
tree44897453f4cddb795ea8adb4cb05af2d12a6f975 /tests/dpdk/perf/__init__.robot
parent42d1016e92cf2b8ba4e493d878c475de325a447a (diff)
Perf: NAT44 endpoint-dependent mode - udp, part I
- continuation of https://gerrit.fd.io/r/c/csit/+/26898 as there was reached limit of changes (1000) Jira: CSIT-1711 - udp synthetic profiles w/o data packets - udp cps perf tests, phase I (no special "search cps" KW) Part I means that we are using MRR tests to collect traffic data until there is ready new CPS test type with corresponding algorithm. Change-Id: I0d30feb9ecf1d0bff937152656f8eb422f831378 Signed-off-by: Jan Gelety <jgelety@cisco.com>
Diffstat (limited to 'tests/dpdk/perf/__init__.robot')
-rw-r--r--tests/dpdk/perf/__init__.robot3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/dpdk/perf/__init__.robot b/tests/dpdk/perf/__init__.robot
index 321ddc826e..200289254b 100644
--- a/tests/dpdk/perf/__init__.robot
+++ b/tests/dpdk/perf/__init__.robot
@@ -39,7 +39,8 @@
| | ... | - pre_run_stats - Statistics actions during traffic before timer.
| | ... | - post_run_stats - Statistics actions during traffic after timer.
| |
-| | ${pre_stats}= | Create List | ${EMPTY}
+| | ${pre_stats}= | Create List
+| | ... | vpp-clear-show-runtime-with-traffic
| | ${post_stats}= | Create List | ${EMPTY}
| | ${pre_run_stats}= | Create List | ${EMPTY}
| | ${post_run_stats}= | Create List | ${EMPTY}