]> git.puffer.fish Git - matthieu/frr.git/commit
tests: check memleaks end of module and ignore daemonizing parent
authorChristian Hopps <chopps@labn.net>
Thu, 14 Jul 2022 15:33:39 +0000 (11:33 -0400)
committerChristian Hopps <chopps@labn.net>
Thu, 14 Jul 2022 17:16:01 +0000 (13:16 -0400)
commit1623dc4c9c80455c631eab00c9c602f815849fee
tree92ac962a487e92a6cbc8d73e0b0c4d87c40f70dd
parent4c316f2b00a88aed89836678160c00eac65534af
tests: check memleaks end of module and ignore daemonizing parent

- ignore parent from daemonize valgrind files these allocations will be
checked in the child.
- check for memleaks at end of module/file not just after tests.

Signed-off-by: Christian Hopps <chopps@labn.net>
tests/topotests/conftest.py