This patchset adds functional tests for the following patchset: [PATCH 00/10] Add C and Python Binding for tools
The changes to libcgroup are available here: https://github.com/drakenclimber/libcgroup/tree/issues/cgxget5-pybindings3 The changes to the libcgroup tests are available here: https://github.com/drakenclimber/libcgroup-tests/tree/issues/cgxget5-pybindings Code coverage increased to 53.5%: https://coveralls.io/builds/44100945 I added a few functional tests, and all automated tests are passing. Results are here: https://github.com/drakenclimber/libcgroup/runs/4143613675 Tom Hromatka (4): ftests: Add a test for the python bindings to cgroup_cgxget() cgroup.py: Add support for cgcreate flags ftests: Add a test for the python bindings to cgroup_cgxset() ftests: Add a test for the python bindings to library_version() ftests/037-pybindings-cgxget.py | 130 +++++++++++++++++++++++ ftests/038-pybindings-cgxset.py | 120 +++++++++++++++++++++ ftests/039-pybindings-library_version.py | 77 ++++++++++++++ ftests/cgroup.py | 28 ++++- 4 files changed, 353 insertions(+), 2 deletions(-) create mode 100755 ftests/037-pybindings-cgxget.py create mode 100755 ftests/038-pybindings-cgxset.py create mode 100755 ftests/039-pybindings-library_version.py -- 2.31.1 _______________________________________________ Libcg-devel mailing list Libcg-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/libcg-devel