]> git.ipfire.org Git - thirdparty/libcgroup.git/commit
ftests: Add a utilities file and an indent() function
authorTom Hromatka <tom.hromatka@oracle.com>
Thu, 17 Dec 2020 19:43:26 +0000 (12:43 -0700)
committerTom Hromatka <tom.hromatka@oracle.com>
Thu, 17 Dec 2020 21:53:31 +0000 (14:53 -0700)
commit647f4ec3e784286ac389e5e56f8fddcc72702b63
tree8412c1fd0f595b7993b261ec902b53678f510ee1
parent45bf8f44a17e920467c5601d33f574ab183df9ca
ftests: Add a utilities file and an indent() function

Add a new file to hold generic utilities for the
functional tests.  As part of this change, a function
that can indent a block of text has been added.

Signed-off-by: Tom Hromatka <tom.hromatka@oracle.com>
ftests/utils.py [new file with mode: 0644]