This patchset adds tests for three new functions that were added to enable cgroup v2 support in cgexec and cgclassify.
The patchset associated with these changes is available here: https://sourceforge.net/p/libcg/mailman/message/37114711/ Automated test resuls are here: https://github.com/drakenclimber/libcgroup/runs/1156216928 Code coverage increased by 0.8% and is now at 21.33%: https://coveralls.io/builds/33670826 Tom Hromatka (3): gunit: Add unit tests for cgroup_build_tasks_procs_path() gunit: Add unit tests for cgroupv2_get_subtree_control() gunit: Add unit tests for cgroupv2_controller_enabled() gunit/013-cgroup_build_tasks_procs_path.cpp | 160 +++++++++++++++++ gunit/014-cgroupv2_get_subtree_control.cpp | 170 ++++++++++++++++++ gunit/015-cgroupv2_controller_enabled.cpp | 185 ++++++++++++++++++++ gunit/Makefile.am | 5 +- 4 files changed, 519 insertions(+), 1 deletion(-) create mode 100644 gunit/013-cgroup_build_tasks_procs_path.cpp create mode 100644 gunit/014-cgroupv2_get_subtree_control.cpp create mode 100644 gunit/015-cgroupv2_controller_enabled.cpp -- 2.25.4 _______________________________________________ Libcg-devel mailing list Libcg-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/libcg-devel