vpp_papi: reduce memory leaks 22/10622/3
authorKlement Sekera <ksekera@cisco.com>
Sat, 17 Feb 2018 09:58:37 +0000 (10:58 +0100)
committerDamjan Marion <dmarion.lists@gmail.com>
Sat, 17 Feb 2018 20:42:49 +0000 (20:42 +0000)
commit180402d114973d9a9d938c26591ec300c62f4b95
tree99cfa6b4cad9c295f1c41c76f3dab1dd7dc531ae
parent54432f8c0ac1f680198afa6047ce74bc4a126f21
vpp_papi: reduce memory leaks

This changes makes unused VPP objects collectable by garbage collector,
allowing running all `make test` tests again instead of python crashing
due to running out of memory.

Change-Id: I0e271c2b3f195d9d3b64840f9f11144da0fe967d
Signed-off-by: Klement Sekera <ksekera@cisco.com>
src/vpp-api/python/vpp_papi.py