]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
selftests: cgroup: Use values_close_report in test_cpu
authorSebastian Chlad <sebastianchlad@gmail.com>
Wed, 15 Oct 2025 10:33:57 +0000 (12:33 +0200)
committerTejun Heo <tj@kernel.org>
Wed, 15 Oct 2025 15:00:59 +0000 (05:00 -1000)
commit4cdde87d723a0552f475c8c6b0db472a6945125f
treeb844218f605cbf24afa1f3132ce8780757a987aa
parent3f9c60f4d3cc3e7f4dd7cac05011ea06d512050f
selftests: cgroup: Use values_close_report in test_cpu

Convert test_cpu to use the newly added values_close_report() helper
to print detailed diagnostics when a tolerance check fails. This
provides clearer insight into deviations while run in the CI.

Signed-off-by: Sebastian Chlad <sebastian.chlad@suse.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
tools/testing/selftests/cgroup/test_cpu.c