From ff1f49d9ba97ddfee3229907e3a344503e072578 Mon Sep 17 00:00:00 2001 From: Jan Gelety Date: Thu, 6 Aug 2020 03:34:31 +0200 Subject: 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 --- tests/vpp/perf/__init__.robot | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tests/vpp/perf/__init__.robot') diff --git a/tests/vpp/perf/__init__.robot b/tests/vpp/perf/__init__.robot index 1ccd94b8d2..d49486bf87 100644 --- a/tests/vpp/perf/__init__.robot +++ b/tests/vpp/perf/__init__.robot @@ -45,7 +45,8 @@ | | ... | - packages_dir - Path to directory where VPP packages are stored. | | | | ${pre_stats}= | Create List -| | ... | vpp-clear-stats | vpp-enable-packettrace | vpp-enable-elog +| | ... | vpp-clear-show-runtime-with-traffic | vpp-clear-stats +| | ... | vpp-enable-packettrace | vpp-enable-elog | | ${post_stats}= | Create List | | ... | vpp-show-stats | vpp-show-packettrace | vpp-show-elog | | ${pre_run_stats}= | Create List -- cgit 1.2.3-korg