virt unit tests: Add valgrind.suppress with libnl1 leak definition
authorRadoslaw Jablonski <radoslawx.jablonski@intel.com>
Wed, 2 May 2018 07:48:34 +0000 (08:48 +0100)
committerRadoslaw Jablonski <radoslawx.jablonski@intel.com>
Mon, 7 May 2018 13:24:43 +0000 (14:24 +0100)
commit56322029e2c92fbe29103d0bcc50f544026899c7
treef5961dec57a62a09f06e262b2e7980a707c41e2a
parent8be68899787276bcd55bf984cad1bea8d49add47
virt unit tests: Add valgrind.suppress with libnl1 leak definition

Libnl-1 is used by libvirt on older systems (e.g. debian wheezy)
and unfortunately it has memory leaks that cannot be fixed from
collectd side - virt unit tests were failing on platforms with
libnl1 because of those leaks.
Valgrind.suppress file is used to pass definitions for leaks that
cannot be fixed and now virt unit tests can be run without any
problems on every platform - memory leaks are still validated and
the only difference is that libnl1 leaks are ignored during
valgrind check.

Change-Id: I5fc423402f7b89e4e43fb896f73cba89eea36226
Signed-off-by: Radoslaw Jablonski <radoslawx.jablonski@intel.com>
Makefile.am
src/valgrind.suppress [new file with mode: 0644]