summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorOle Troan <ot@cisco.com>2022-02-01 12:10:40 +0100
committerDamjan Marion <dmarion@me.com>2022-02-06 11:45:11 +0000
commit291307e427e37ea6d31a85db53dc87665e076734 (patch)
tree8d4b119cc50a470cabb42ba43e062bdf92909448 /test
parentfdbafb8ca144c46cd8e07ded1b5d8ebba06399d9 (diff)
stats: fix memory leaks
Type: fix Fixes: 72e31bc2d9 Fixes: db02380 Signed-off-by: Ole Troan <ot@cisco.com> Change-Id: I92a62bb1cb799e8fdc3ec4110ae3428825254f8a Signed-off-by: Ole Troan <ot@cisco.com>
Diffstat (limited to 'test')
-rw-r--r--test/test_stats_client.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/test_stats_client.py b/test/test_stats_client.py
index 7e17e2a1fdd..f3db2ef3b2e 100644
--- a/test/test_stats_client.py
+++ b/test/test_stats_client.py
@@ -68,7 +68,6 @@ class StatsClientTestCase(VppTestCase):
p.append(packet)
self.send_and_expect(self.pg0, p, self.pg1)
-
pg1_tx = self.statistics.get_counter('/interfaces/pg1/tx')
if_tx = self.statistics.get_counter('/if/tx')