]> git.ipfire.org Git - thirdparty/libcgroup.git/commit
tests: Use python3 in the functional tests
authorTom Hromatka <tom.hromatka@oracle.com>
Thu, 19 Sep 2019 20:51:55 +0000 (14:51 -0600)
committerDhaval Giani <dhaval.giani@oracle.com>
Tue, 8 Oct 2019 17:51:22 +0000 (10:51 -0700)
commit39cc78956090f7ee5ef4ee2b51a9ec2fe428af8b
treecb605f8775d8995f4133f3d4b575548d2897a768
parent320eef9a5d0b213f1a8d6d30f563a962f914acd8
tests: Use python3 in the functional tests

Python 2.7 will not be maintained beyond January 1, 2020.  To
avoid potential problems when python 2 is retired, this commit
explicitly instructs the functional tests to use python3.

Suggested-by: Michal Koutný <mkoutny@suse.com>
Signed-off-by: Tom Hromatka <tom.hromatka@oracle.com>
Signed-off-by: Dhaval Giani <dhaval.giani@oracle.com>
tests/ftests/001-cgget-basic_cgget.py
tests/ftests/ftests.py