aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorOle Troan <ot@cisco.com>2018-09-26 15:26:42 +0200
committerDave Barach <openvpp@barachs.net>2018-09-28 12:05:25 +0000
commitf94c63ea392a79b509a7b8263f5a9372a58786f9 (patch)
tree7cd5d9e1a9d2ba72a5453cf9bda3a0b13552c778 /test
parent09cce66888f622af285e92ae05f76462a5a6d3b5 (diff)
stats: Split stat_segment and stats code in preparation for deprecation.
Split the stat_segment.c code from stats.c. Rename stats.[ch] to prepare for removing (19.01?) In addition stats.api can be removed. Since the stats aggregation for the stat segment does not use the API, that part is now done on the main thread. (Old stats aggregator is also left in place). Change-Id: I9867429f4fc547b1a7ab7f88bc4f3625428d681b Signed-off-by: Ole Troan <ot@cisco.com>
Diffstat (limited to 'test')
-rw-r--r--test/framework.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/framework.py b/test/framework.py
index 671d4e90899..cd15aec7d34 100644
--- a/test/framework.py
+++ b/test/framework.py
@@ -287,7 +287,7 @@ class VppTestCase(unittest.TestCase):
coredump_size, "}", "api-trace", "{", "on", "}",
"api-segment", "{", "prefix", cls.shm_prefix, "}",
"cpu", "{", "main-core", str(cpu_core_number), "}",
- "stats", "{", "socket-name",
+ "statseg", "{", "socket-name",
cls.tempdir + "/stats.sock", "}",
"plugins", "{", "plugin", "dpdk_plugin.so", "{",
"disable", "}", "plugin", "unittest_plugin.so",