diff options
author | Ole Troan <ot@cisco.com> | 2020-09-30 10:43:00 +0200 |
---|---|---|
committer | Ole Troan <ot@cisco.com> | 2020-10-07 12:46:08 +0200 |
commit | 65fa036ec71b9b111b22802a69a83af2798ea10e (patch) | |
tree | de2b3de644c1b2b6c8b540d5076aaeafa4c9e775 /test/test_stats_client.py | |
parent | 1f36023d29137825b8a09578d09b955046c2415b (diff) |
api: add heap alloc to vpp stats
The Python VPP Stats module also used the VPP heap.
Fix so it now explicitly allocates a heap.
Fixes: f68fccfe7e188fec2c9f91da38ca9acf6f67d811
Type: fix
Signed-off-by: Ole Troan <ot@cisco.com>
Change-Id: I0bd4ae64d6c89cdf634d8d9a91c23ab38017c5cc
Signed-off-by: Ole Troan <ot@cisco.com>
Diffstat (limited to 'test/test_stats_client.py')
-rw-r--r-- | test/test_stats_client.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/test/test_stats_client.py b/test/test_stats_client.py index 7d0c91f24fd..ced58710e35 100644 --- a/test/test_stats_client.py +++ b/test/test_stats_client.py @@ -1,7 +1,6 @@ #!/usr/bin/env python3 import unittest -import time import psutil from vpp_papi.vpp_stats import VPPStats |