]> git.ipfire.org Git - thirdparty/libcgroup.git/commit
ftests: Add minimum Python version
authorKamalesh Babulal <kamalesh.babulal@oracle.com>
Sat, 8 Jun 2024 07:28:05 +0000 (12:58 +0530)
committerTom Hromatka <tom.hromatka@oracle.com>
Tue, 11 Jun 2024 15:03:15 +0000 (09:03 -0600)
commita27df6a18f174a32d77c69f27dba9102acc36f05
treeeea8e3bdc9a23a9f2ba5338000a1c2e8ef0150f4
parentfbfe72b498a37ff4063853a45aa225e5f23c83b9
ftests: Add minimum Python version

Add Python version >= 3.6, as minimum required for executing ftests.
It's required for multi-process/multi-threaded test cases to execute
without time outs.

Signed-off-by: Kamalesh Babulal <kamalesh.babulal@oracle.com>
Signed-off-by: Tom Hromatka <tom.hromatka@oracle.com>
tests/ftests/ftests.py