mirror of
https://github.com/containers/youki
synced 2026-08-13 14:40:24 +02:00
Port runc's "update cgroup cpu limits" test to contest. Updates cpu period, quota, and shares via CLI flags, stdin JSON, and a JSON file, then verifies cpu.max and cpu.weight (converted from shares) on cgroup v2. Relates to #3576 Signed-off-by: hayama17 <kohei.hayama.9r@gmail.com>