mirror of
https://github.com/ARM-software/workload-automation.git
synced 2025-07-11 09:34:09 +01:00
Adding missing documentation for module.
This commit is contained in:
wlauto/modules
@ -135,6 +135,12 @@ class CpusetController(CgroupController):
|
||||
class Cgroups(Module):
|
||||
|
||||
name = 'cgroups'
|
||||
description = """
|
||||
Adds cgroups query and manupution APIs to a Device interface.
|
||||
|
||||
Currently, only cpusets controller is supported.
|
||||
|
||||
"""
|
||||
capabilities = ['cgroups']
|
||||
|
||||
controllers = [
|
||||
|
Reference in New Issue
Block a user