]> git.ipfire.org Git - thirdparty/libcgroup.git/commit
ftests: Change util get uid/gid functions to return an int
authorTom Hromatka <tom.hromatka@oracle.com>
Fri, 27 Jan 2023 20:28:10 +0000 (13:28 -0700)
committerTom Hromatka <tom.hromatka@oracle.com>
Fri, 27 Jan 2023 20:28:10 +0000 (13:28 -0700)
commit3db22a7aec2bc3e6a5f896b57abfffc46cc677e5
tree685f5500968ba34334050cd29a4c0fbdfceac59d
parentdee04df0d35f05cd094da6199f5dc79448a66f5f
ftests: Change util get uid/gid functions to return an int

get_file_owner_uid() and get_file_owner_gid() previously returned
the owning uid and gid as strings, respectively.  Change them to
return the uid and gid as ints.

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