]> git.ipfire.org Git - thirdparty/libcgroup.git/commit
ftests: Make the Process() class instantiable
authorTom Hromatka <tom.hromatka@oracle.com>
Wed, 3 Feb 2021 17:32:14 +0000 (10:32 -0700)
committerTom Hromatka <tom.hromatka@oracle.com>
Wed, 3 Feb 2021 22:13:13 +0000 (22:13 +0000)
commit1046263e8db539702ceb1be6693281e92fd52565
tree56d888b2b8b64acefbd7a8c1f713cb706d23ff91
parent2c0dcbb3cd665faaa875453bcc6c44044b40fdfc
ftests: Make the Process() class instantiable

Make the process class instantiable so that it can
better manage its list of children processes.  This
helps ensure that individual tests don't collide with
each other.

Signed-off-by: Tom Hromatka <tom.hromatka@oracle.com>
ftests/002-cgdelete-recursive_delete.py
ftests/config.py
ftests/container.py
ftests/ftests.py
ftests/process.py