Re: [PATCH] Adds cgroup handling library

2011-08-09 Thread Jiri Zupka
ACK nice work. May be cgroup_common should be more general and placed in client/common_lib and can work general tools for manipulating with cgroups. - Original Message - [new] cgroup_common.py * library for handling cgroups Signed-off-by: Lukas Doktor ldok...@redhat.com ---

[PATCH] Adds cgroup handling library

2011-08-08 Thread Lukas Doktor
[new] cgroup_common.py * library for handling cgroups Signed-off-by: Lukas Doktor ldok...@redhat.com --- client/tests/cgroup/cgroup.py|5 +- client/tests/cgroup/cgroup_common.py | 327 ++ 2 files changed, 331 insertions(+), 1 deletions(-) create mode