From: Kamalesh Babulal Date: Wed, 1 Nov 2023 07:20:46 +0000 (+0530) Subject: ftests/089: enable controller for hybrid parent cgroup X-Git-Tag: v3.2.0~132 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2753e84eec043dbc2e730166c25d2ba0b383dd9f;p=thirdparty%2Flibcgroup.git ftests/089: enable controller for hybrid parent cgroup Enable the cpuset controller for the hybrid parent cgroup, in case of the cgroup hybrid setup mode with controller enabled. ----------------------------------------------------------------- Test Results: Run Date: Nov 01 12:50:20 Passed: 1 test(s) Skipped: 0 test(s) Failed: 0 test(s) ----------------------------------------------------------------- Timing Results: Test Time (sec) ------------------------------------------ setup 0.00 089-cgset-recursive_flag.py 0.23 teardown 0.00 ------------------------------------------ Total Run Time 0.23 Signed-off-by: Kamalesh Babulal Signed-off-by: Tom Hromatka --- diff --git a/tests/ftests/089-cgset-recursive_flag.py b/tests/ftests/089-cgset-recursive_flag.py index e740ca58..f60e4f3d 100755 --- a/tests/ftests/089-cgset-recursive_flag.py +++ b/tests/ftests/089-cgset-recursive_flag.py @@ -53,6 +53,7 @@ def setup(config): if (is_hybrid_with_ctrl(config)): Cgroup.create(config, None, GRANDCHILD) + Cgroup.create(config, CONTROLLERS[1], PARENT) def cgroup_settings_helper(config, SETTING, VALUE, DEF_VAL):